[keel,nostalgia/gfx] Minor cleanup of tests

This commit is contained in:
2026-01-25 21:51:10 -06:00
parent 4aa8255c55
commit 9ce4d3f8c7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ static std::map<ox::StringView, ox::Error(*)()> tests = {
ox::Array<char, hdr.size()> buff;
ox::CharBuffWriter bw(buff);
OX_RETURN_ERROR(keel::writeUuidHeader(bw, uuid));
oxExpect(ox::StringView(buff.data(), buff.size()), hdr);
ox::expect(ox::StringView(buff.data(), buff.size()), hdr);
return {};
}
},