Skip to content

Commit

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

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

int main()
Expand Down

0 comments on commit 01f9414

Please sign in to comment.