Skip to content

Commit

Permalink
fix: unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-olivier committed Aug 17, 2021
1 parent 209cf8c commit 70998ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ TEST(ctor, bad_library)
EXPECT_EQ(true, false);
}
catch (const DyLib::exception &e) {
EXPECT_EQ(std::string(e.what()), "Error while loading the dynamic library : ./null.so");
EXPECT_EQ(std::string(e.what()), "error while loading the dynamic library : ./null.so");
}
}

Expand Down

0 comments on commit 70998ec

Please sign in to comment.