Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ckittl committed Jan 14, 2022
1 parent 2068593 commit 1ad7d8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ class ContainerUtilsTest extends Specification {
}
/* Check impedance of line */
graph.getEdge(line.nodeA, line.nodeB).with {
assert weight == 0.0016909597866300668d
assert weight == 0.0016909597866300665d
}
/* Check impedance of switch */
graph.getEdge(swtchClosed.nodeA, swtchClosed.nodeB).with {
Expand Down

0 comments on commit 1ad7d8e

Please sign in to comment.