Skip to content

Commit f184e3c

Browse files
authored
Update test_usm_ndarray_ctor.py
1 parent ce0d3e6 commit f184e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tests/test_usm_ndarray_ctor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2769,7 +2769,7 @@ def test_setitem_copy_as_contig_alignment(dt):
27692769

27702770

27712771
@pytest.mark.parametrize("dt", _all_dtypes)
2772-
def test_asarray_property():
2772+
def test_asarray_property(dt):
27732773
q = get_queue_or_skip()
27742774

27752775
dtype_ = dpt.dtype(dt)

0 commit comments

Comments
 (0)