Skip to content

Commit 7e911d8

Browse files
committed
remove-redundant-tests
1 parent c67c20b commit 7e911d8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

dpnp/tests/test_random.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,8 +1182,3 @@ def test_shuffle1_fallback(self, conv):
11821182
actual = alist
11831183
desired = conv([0, 1, 9, 6, 2, 4, 5, 8, 7, 3])
11841184
assert_array_equal(actual, desired)
1185-
alist = conv([1, 2, 3, 4, 5, 6, 7, 8, 9, 0])
1186-
dpnp.random.shuffle(alist)
1187-
actual = alist
1188-
desired = conv([0, 1, 9, 6, 2, 4, 5, 8, 7, 3])
1189-
assert_array_equal(actual, desired)

0 commit comments

Comments
 (0)