Skip to content

Commit 6afd548

Browse files
committed
updated test
1 parent 9046498 commit 6afd548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def test_array_deepcopy_b(self) -> None:
197197
memo = {id(a1): a1}
198198
a2 = array_deepcopy(a1, memo)
199199

200-
self.assertTrue(mloc(a1) == mloc(a2))
200+
self.assertEqual(mloc(a1), mloc(a2))
201201

202202

203203
def test_array_deepcopy_c1(self) -> None:

0 commit comments

Comments
 (0)