Skip to content

Commit 4c3b5a7

Browse files
committed
Rename TestOfOn to TestOffOn
1 parent 363c7c4 commit 4c3b5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitTest/unittest1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace UnitTest
3131
Assert::AreEqual(!!before, !pvParam[2]);
3232
}
3333

34-
TEST_METHOD(TestOfOn)
34+
TEST_METHOD(TestOffOn)
3535
{
3636
int pvParam[3];
3737

0 commit comments

Comments
 (0)