testing: fix copy paste typo

This commit is contained in:
Jacob Young 2022-09-28 23:02:49 -04:00 committed by Veikka Tuominen
parent 9a2f17f9f9
commit 5e0d8a435e

View File

@ -494,7 +494,7 @@ pub fn expectStringStartsWith(actual: []const u8, expected_starts_with: []const
print("\n====== expected to start with: =========\n", .{});
printWithVisibleNewlines(expected_starts_with);
print("\n====== instead ended with: ===========\n", .{});
print("\n====== instead started with: ===========\n", .{});
printWithVisibleNewlines(shortened_actual);
print("\n========= full output: ==============\n", .{});
printWithVisibleNewlines(actual);