Skip to content

Commit

Permalink
Update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Dec 10, 2023
1 parent 321cb1d commit 6035ebd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/test/command_response_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ TEST(CommandResponseTest, GetVersionInfo)
EXPECT_EQ(s2p_major_version, info.major_version());
EXPECT_EQ(s2p_minor_version, info.minor_version());
EXPECT_EQ(s2p_revision, info.patch_version());
EXPECT_EQ(s2p_version_suffix, info.suffix());
}

TEST(CommandResponseTest, GetLogLevelInfo)
Expand Down

0 comments on commit 6035ebd

Please sign in to comment.