Skip to content

Commit

Permalink
🎨 small fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drewniok committed Sep 26, 2024
1 parent d1def5c commit 42203b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/algorithms/simulation/sidb/detect_bdl_pairs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ TEST_CASE("Bestagon fan-out BDL detection", "[detect-bdl-pairs]")

const sidb_100_cell_clk_lyt_siqad lat{lyt};

SECTION("Analyze different BDL pair types")
SECTION("Detect different BDL pair types")
{
const auto input_bdl_pairs = detect_bdl_pairs(lat, sidb_technology::cell_type::INPUT);
const auto output_bdl_pairs = detect_bdl_pairs(lat, sidb_technology::cell_type::OUTPUT);
Expand Down

0 comments on commit 42203b2

Please sign in to comment.