Skip to content

Commit

Permalink
test failure in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mortinger91 committed Oct 24, 2023
1 parent 6c62794 commit 7aa1d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProjectFolder/tests/test_utility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

void testHelloWorld()
{
assertTrue(Utility::HelloWorld() == "Hello World!");
assertTrue(Utility::HelloWorld() == "sHello World!");
assertTrue(Utility::HelloWorld() != "I am Batman!");
}

Expand Down

0 comments on commit 7aa1d9c

Please sign in to comment.