From 580b66f9e62d93da396b3b248cb916d45d20e406 Mon Sep 17 00:00:00 2001 From: ado Date: Sat, 27 Feb 2021 13:53:06 +0100 Subject: [PATCH] undo test bedges on failed ci --- test/test_parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_parser.cpp b/test/test_parser.cpp index 133eff2..ab5d8c9 100644 --- a/test/test_parser.cpp +++ b/test/test_parser.cpp @@ -106,7 +106,7 @@ TEST_CASE("parser test various cases") { i.emplace_back(ss::to_object(a)); } - CHECK_NE(i, data); + CHECK_EQ(i, data); } {