Skip to content

Commit

Permalink
Refactor testoscar.cpp to snake_case
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Jun 26, 2024
1 parent d11cd60 commit 20043dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testoscar/testoscar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
// runner actually functions. Application tests are placed in other compilation
// units

TEST(MetaSuite1, Test1)
TEST(metasuite_1, Test1)
{
// this is here to ensure that the test actually turns up in the output/IDE
}

TEST(MetaSuite1, Test2)
TEST(metasuite_1, Test2)
{
// this is here to ensure that the test actually turns up in the output/IDE
}

TEST(MetaSuite2, Test1)
TEST(metasuite_2, Test1)
{
// this is here to ensure that the test actually turns up in the output/IDE
//
Expand Down

0 comments on commit 20043dd

Please sign in to comment.