Skip to content

Commit 1e5d972

Browse files
committed
Fix typo
1 parent d5eb6fb commit 1e5d972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/support/tests/ExtraPwTestMacros.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* void testFunction();
4242
* };
4343
*
44-
* TEST_F_FROM_FIXTURE(TestClass, testFunction)
44+
* TEST_F_FROM_FIXTURE(TestCtx, testFunction)
4545
* {
4646
* Foo foo;
4747
* EXPECT_TRUE(foo.privateFunction());

0 commit comments

Comments
 (0)