undo test bedges on failed ci

This commit is contained in:
ado 2021-02-27 13:53:06 +01:00
parent 15f0f248e9
commit 580b66f9e6

View File

@ -106,7 +106,7 @@ TEST_CASE("parser test various cases") {
i.emplace_back(ss::to_object<X>(a));
}
CHECK_NE(i, data);
CHECK_EQ(i, data);
}
{