diff --git a/tests/StringViewTests.cpp b/tests/StringViewTests.cpp index 7026004..8eb2ef8 100644 --- a/tests/StringViewTests.cpp +++ b/tests/StringViewTests.cpp @@ -76,8 +76,6 @@ TEST_CASE("Out of scope char* doesn't lose reference", "[Utilities]") { REQUIRE(strcmp(val.c_str(), "foobar") == 0); } -TEST_CASE("Get Empty String", "[Utilities]") { - REQUIRE(ArbUt::StringView::EmptyString() == ""_cnc); -} +TEST_CASE("Get Empty String", "[Utilities]") { REQUIRE(ArbUt::StringView::EmptyString() == ""_cnc); } #endif \ No newline at end of file