Skip to content

Commit

Permalink
🎨 update test-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Drewniok committed Sep 18, 2024
1 parent 77f4c02 commit ae4e6c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/algorithms/simulation/sidb/compute_operational_ratio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

using namespace fiction;

TEST_CASE("BDL wire operational domain computation", "[compute-operational-to-whole-ratio-around-given-point]")
TEST_CASE("BDL wire operational domain computation", "[compute-operational-ratio]")
{
using layout = sidb_cell_clk_lyt_siqad;

Expand Down Expand Up @@ -96,7 +96,7 @@ TEST_CASE("BDL wire operational domain computation", "[compute-operational-to-wh
}
}

TEST_CASE("Bestagon AND gate", "[compute-operational-to-whole-ratio-around-given-point]")
TEST_CASE("Bestagon AND gate", "[compute-operational-ratio]")
{
const auto lyt = blueprints::bestagon_and_gate<sidb_100_cell_clk_lyt_siqad>();

Expand Down

0 comments on commit ae4e6c7

Please sign in to comment.