From f70c3abff54033c982fb773fc3631ea52017fa63 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Tue, 14 Apr 2026 20:29:04 +0200 Subject: [PATCH] Fixed unit tests --- testdata/ruby/layNetlistBrowser.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/ruby/layNetlistBrowser.rb b/testdata/ruby/layNetlistBrowser.rb index 95deddcff..30210f668 100644 --- a/testdata/ruby/layNetlistBrowser.rb +++ b/testdata/ruby/layNetlistBrowser.rb @@ -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