Update library/MiscUtils.test.cpp

Co-authored-by: Josh Cooper <cppcooper@users.noreply.github.com>
develop
Myk 2022-11-29 15:05:04 -08:00 committed by GitHub
parent d0a6a3e930
commit 757aa303b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -10,7 +10,7 @@ TEST(MiscUtils, wordwrap) {
ASSERT_EQ(result.size(), 1);
result.clear();
word_wrap(&result, "12345", 3);
word_wrap(&result, "123456", 3);
ASSERT_EQ(result.size(), 2);
result.clear();