Skip to content

Commit

Permalink
Death test naming tweak
Browse files Browse the repository at this point in the history
Just in case googletest is that picky, DeathTests => DeathTest.
  • Loading branch information
dabrahams committed Aug 26, 2024
1 parent dcfde50 commit b54de20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lightweight_configuration_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
using ::testing::HasSubstr;
using ::testing::Not;

TEST(LightweightConfigurationDeathTests, FailedChecksDie)
TEST(LightweightConfigurationDeathTest, FailedChecksDie)
{
const bool uNlIKeLyIdEnTiFiEr = false;

Expand Down

0 comments on commit b54de20

Please sign in to comment.