test: Fix some unused identifier warnings

This commit is contained in:
Anton Maklakov
2018-12-05 20:22:25 +08:00
parent 0652a4b714
commit 81bf07ed4d
6 changed files with 13 additions and 24 deletions

View File

@@ -5,8 +5,6 @@
#include "esp_log.h"
#include "esp_wifi_internal.h"
static const char* TAG = "test_wifi_lib_git_commit_id";
TEST_CASE("wifi lib git commit id","[wifi]")
{
TEST_ESP_OK( esp_wifi_internal_git_commit_id_check() );