Skip to content

Commit c7858af

Browse files
authored
Update tests/test_sycl_queue.py
1 parent 01a11e4 commit c7858af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sycl_queue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,5 +955,5 @@ def test_broadcast_to(device):
955955
ids=[device.filter_string for device in valid_devices])
956956
def test_asarray(device_x, device_y):
957957
x = dpnp.array([1, 2, 3], device=device_x)
958-
y = dpnp.asarray([x], device=device_y)
958+
y = dpnp.asarray([x, x, x], device=device_y)
959959
assert_sycl_queue_equal(y.sycl_queue, x.to_device(device_y).sycl_queue)

0 commit comments

Comments
 (0)