diff --git a/test/cute.cpp b/test/cute.cpp index 137c5df..cc6246e 100644 --- a/test/cute.cpp +++ b/test/cute.cpp @@ -9,7 +9,7 @@ void thisIsATest() { first = "Hello"; second = "World"; expected = "Hello World"; - ASSERT_EQUAL(expected, first + " " + second); + ASSERT_EQUAL(expected, first + "-" + second); } bool runAllTests(int argc, char const *argv[]) {