1 parent 6abb673 commit 32584a6Copy full SHA for 32584a6
1 file changed
tests/snippets/stdlib_array.py
@@ -16,7 +16,7 @@
16
17
# eq, ne
18
a = array("b", [0, 1, 2, 3])
19
-b = a.copy()
+b = a
20
assert a.__ne__(b) is False
21
b = array("B", [3, 2, 1, 0])
22
assert a.__ne__(b) is True
0 commit comments