Skip to content

Commit f07f6a4

Browse files
committed
Fix TestChoiceReplaceFalse check
1 parent 565d986 commit f07f6a4

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
@@ -917,7 +917,7 @@ def test_dtype_shape(self):
917917
if isinstance(self.a, numpy.ndarray):
918918
expected_dtype = "float"
919919
else:
920-
expected_dtype = "long"
920+
expected_dtype = "int64"
921921
assert v.dtype == expected_dtype
922922
assert v.shape == expected_shape
923923

0 commit comments

Comments
 (0)