Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalinve committed Feb 23, 2025
1 parent 47ea372 commit 7b52a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/general/test_01_3dlayout_edb.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def test_03_get_pins(self, aedtapp):
assert pins["L10-1"].object_units == "mm"
assert pins["L10-1"].componentname == "L10"
assert pins["L10-1"].is_pin
assert pins["L10-1"].angle == "0deg"
assert pins["L10-1"].angle == "90deg" or pins["L10-1"].angle == "-270deg"
assert pins["L10-1"].location[0] != 0
assert pins["L10-1"].start_layer == "1_Top"
assert pins["L10-1"].stop_layer == "1_Top"
Expand Down

0 comments on commit 7b52a7d

Please sign in to comment.