Skip to content

Commit 2fbef53

Browse files
authored
Update dpnp/tests/test_ndarray.py
1 parent 5345a4d commit 2fbef53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/tests/test_ndarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def test_attributes(self):
8383
)
8484
def test_create_from_usm_ndarray_error(arr):
8585
with pytest.raises(TypeError):
86-
dpnp.dpnp_array.dpnp_array._create_from_usm_ndarray(arr)
86+
dpnp.ndarray._create_from_usm_ndarray(arr)
8787

8888

8989
@pytest.mark.parametrize("arr_dtype", get_all_dtypes())

0 commit comments

Comments
 (0)