Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jlatusek committed May 27, 2024
1 parent d5eb6fb commit 1e5d972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/support/tests/ExtraPwTestMacros.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* void testFunction();
* };
*
* TEST_F_FROM_FIXTURE(TestClass, testFunction)
* TEST_F_FROM_FIXTURE(TestCtx, testFunction)
* {
* Foo foo;
* EXPECT_TRUE(foo.privateFunction());
Expand Down

0 comments on commit 1e5d972

Please sign in to comment.