Skip to content

Commit

Permalink
Fix broken test caused by removed debugging message.
Browse files Browse the repository at this point in the history
  • Loading branch information
PengZheng committed Dec 12, 2023
1 parent ac1fe6c commit 78d82b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/utils/gtest/src/PropertiesErrorInjectionTestSuite.cc
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ TEST_F(PropertiesErrorInjectionTestSuite, LoadFailureTest) {
// Then the celix::Properties::load call throws a celix::IOException exception
EXPECT_THROW(celix::Properties::load("file"), celix::IOException);
// And a celix err msg is set
ASSERT_EQ(1, celix_err_getErrorCount());
celix_err_resetErrors();

fclose(memStream);
Expand Down

0 comments on commit 78d82b8

Please sign in to comment.