Skip to content

Commit 685e1c9

Browse files
committed
fix improper kron test
1 parent c0a0593 commit 685e1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/squin/analysis/test_nsites_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def test_kron():
9898
assert len(has_n_sites) == 3
9999
assert has_n_sites[0].sites == 1
100100
assert has_n_sites[1].sites == 1
101-
assert has_n_sites[2].sites == 3
101+
assert has_n_sites[2].sites == 2
102102

103103

104104
def test_mult_square_same_sites():

0 commit comments

Comments
 (0)