Skip to content

Commit 5ba5756

Browse files
committed
Update random tests
1 parent 93572ff commit 5ba5756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/tests/third_party/cupy/random_tests/test_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ def test_dtype_shape(self):
914914
if isinstance(self.a, numpy.ndarray):
915915
expected_dtype = "float"
916916
else:
917-
expected_dtype = "int"
917+
expected_dtype = "long"
918918
assert v.dtype == expected_dtype
919919
assert v.shape == expected_shape
920920

0 commit comments

Comments
 (0)