Skip to content

Commit 8cf376e

Browse files
committed
Removed duplicate in test_common_arg_validation
1 parent 9be7162 commit 8cf376e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dpctl/tests/test_usm_ndarray_ctor.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,8 +1296,6 @@ def test_common_arg_validation():
12961296
dpt.ones_like(X, order=order)
12971297
with pytest.raises(ValueError):
12981298
dpt.full_like(X, 1, order=order)
1299-
with pytest.raises(ValueError):
1300-
dpt.eye(4, order=order)
13011299
X = dict()
13021300
# test for type validation
13031301
with pytest.raises(TypeError):

0 commit comments

Comments
 (0)