Skip to content

Commit 85c7a3e

Browse files
committed
Fix gds integration test
1 parent 86fa0d6 commit 85c7a3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python-wrapper/tests/test_gds.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ def test_from_gds_integration(gds: Any) -> None:
5656
)
5757
assert vg_rels == [
5858
(0, 1, "REL", 1.0, 0.5),
59-
(1, 2, "REL2", 2.0, 1.0),
60-
(2, 0, "REL", 3.0, 1.5),
59+
(1, 2, "REL2", 2.0, 1.5),
60+
(2, 0, "REL", 3.0, 2.5),
6161
]
6262

6363

0 commit comments

Comments
 (0)