mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 01:14:35 +02:00
Fixed unit tests
This commit is contained in:
Vendored
+1
-1
@@ -98,7 +98,7 @@ class LAYNetlistBrowser_TestClass < TestBase
|
||||
n = nl.circuit_by_name("RINGO").subcircuit_by_name("$3")
|
||||
pth = RBA::NetlistObjectsPath.from_second(n)
|
||||
nb.current_path = pth
|
||||
assert_equal(nb.current_path.first.path[-1].expanded_name, "$4")
|
||||
assert_equal(nb.current_path.first.path[-1].expanded_name, "$10")
|
||||
assert_equal(nb.current_path.second.path[-1].expanded_name, "$3")
|
||||
|
||||
# circuit
|
||||
|
||||
Reference in New Issue
Block a user