diff --git a/tests/test_platform.py b/tests/test_platform.py index 4ad4680f6..f2df2cc18 100644 --- a/tests/test_platform.py +++ b/tests/test_platform.py @@ -59,6 +59,7 @@ def test_platform_basics(): name="ciao", parameters=Parameters(native_gates=NativeGates()), instruments={}, + qubits={}, ) assert str(platform) == "ciao" assert platform.topology == [] @@ -75,6 +76,7 @@ def test_platform_basics(): ) ), instruments={}, + qubits=qs, ) assert str(platform2) == "come va?" assert (1, 6) in platform2.topology