Skip to content

Commit

Permalink
🎨 implement Marcel's suggestions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drewniok committed Jul 26, 2023
1 parent e2fe89d commit 654fa8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/algorithms/path_finding/distance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,8 @@ TEST_CASE("A* distance", "[distance]")
}
}

TEST_CASE("sidb nanometer distance", "[distance]")
TEST_CASE("SiDB nanometer distance", "[distance]")
{

const sidb_cell_clk_lyt_siqad layout{};

CHECK(sidb_nanometer_distance(layout, {0, 0}, {0, 0}) == 0);
Expand Down

0 comments on commit 654fa8a

Please sign in to comment.