Skip to content

Commit

Permalink
Update test_FrameRandomisation.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdilkes committed Nov 27, 2023
1 parent 5478206 commit 325d1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tket/test/src/test_FrameRandomisation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ SCENARIO("Frame Randomisation non-real DAG") {
std::vector<Circuit> 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
Expand Down

0 comments on commit 325d1bf

Please sign in to comment.