[keel,nostalgia/gfx] Minor cleanup of tests
This commit is contained in:
@@ -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 {};
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user