From 280c4254864535896fbf05b5b53c50a1b199b4c8 Mon Sep 17 00:00:00 2001 From: Stefan Holst Date: Wed, 12 Jul 2023 22:35:53 +0900 Subject: [PATCH] fix test --- tests/test_circuit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_circuit.py b/tests/test_circuit.py index 7cf6a3f..5aa3074 100644 --- a/tests/test_circuit.py +++ b/tests/test_circuit.py @@ -44,7 +44,7 @@ def test_lines(): assert c.lines[0].index == 0 assert c.lines[1].index == 1 - assert n1.outs[2] is None + assert len(n1.outs) == 2 assert n2.ins[1] is None assert n2.ins[2] == line2