Skip to content

Commit

Permalink
Update tests/test_ports.py
Browse files Browse the repository at this point in the history
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
  • Loading branch information
MatthewMckee4 and sourcery-ai[bot] authored Jan 30, 2025
1 parent 098289c commit 53a265c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ports.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def test_ports_eq(kcl: kf.KCLayout, layers: Layers) -> None:
assert ports == ports2
assert ports != list(ports)[:-1]
assert ports != list(ports)[::-1]
assert not ports == 1
assert ports != 1


def test_ports_create_port(kcl: kf.KCLayout, layers: Layers) -> None:
Expand Down

0 comments on commit 53a265c

Please sign in to comment.