From 325d1bf4420efaecc27476c59055ec7fee5dd598 Mon Sep 17 00:00:00 2001 From: sjdilkes Date: Mon, 27 Nov 2023 11:16:20 +0000 Subject: [PATCH] Update test_FrameRandomisation.cpp --- tket/test/src/test_FrameRandomisation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tket/test/src/test_FrameRandomisation.cpp b/tket/test/src/test_FrameRandomisation.cpp index 489fa882d4..6d51585e22 100644 --- a/tket/test/src/test_FrameRandomisation.cpp +++ b/tket/test/src/test_FrameRandomisation.cpp @@ -384,7 +384,7 @@ SCENARIO("Frame Randomisation non-real DAG") { std::vector circs = pfr.sample_randomisation_circuits(cu.get_circ_ref(), 1); CHECK(circs.size() == 1); - TKET_ASSERT(circs[0].get_commands().size() == 107); + CHECK(circs[0].get_commands().size() == 107); } } // namespace test_FrameRandomisation