From afc11065bb151349090d8ae89cb61d1c35bdddae Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Mon, 28 Oct 2024 23:49:50 -0500 Subject: Prepare for new SSO. --- test/test_string.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test_string.cpp') diff --git a/test/test_string.cpp b/test/test_string.cpp index 61052ef..54e3802 100644 --- a/test/test_string.cpp +++ b/test/test_string.cpp @@ -72,9 +72,9 @@ TEST(FudString, HeapAlloc) TEST(FudString, Reserve) { String testString{}; - ASSERT_TRUE(testString.valid()); + ASSERT_TRUE(testString.utf8Valid()); ASSERT_EQ(testString.reserve(256), FudStatus::Success); - ASSERT_TRUE(testString.valid()); + ASSERT_TRUE(testString.utf8Valid()); } #if 0 -- cgit v1.2.3