Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Le Brun <[email protected]>
  • Loading branch information
ludovic-smile committed Jun 14, 2024
1 parent 53c5825 commit 20fe162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ TEST(HNZConfig, TestConfigBAD) {

TEST(HNZConfig, TestConfigEmpty) {

HnzConfig config("", ""exchanged_data.substr(20)"");
HnzConfig config("", exchanged_data.substr(20));
ASSERT_EQ(config.IsProtocolConfigComplete(), false);
ASSERT_EQ(config.IsExchangeConfigComplete(), false);

Expand Down

0 comments on commit 20fe162

Please sign in to comment.