Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dzurikmiroslav committed Dec 30, 2024
1 parent 06b14b8 commit 3713a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_app/main/test_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ TEST(config, minimal)
{
remove(BOARD_YAML);

board_config_load();
board_config_load(false);

TEST_ASSERT_EQUAL_STRING("ESP32 minimal EVSE", board_config.device_name);

Expand Down

0 comments on commit 3713a4d

Please sign in to comment.