Skip to content

Commit 3451a1e

Browse files
committed
rename a test
1 parent d1daca2 commit 3451a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/tests/test_usm_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ def test_bitwise_op_1in(op, usm_type):
386386
)
387387
@pytest.mark.parametrize("usm_type_x", list_of_usm_types)
388388
@pytest.mark.parametrize("usm_type_y", list_of_usm_types)
389-
def test_bitwise_op(op, usm_type_x, usm_type_y):
389+
def test_bitwise_op_2in(op, usm_type_x, usm_type_y):
390390
x = dpnp.arange(25, usm_type=usm_type_x)
391391
y = dpnp.arange(25, usm_type=usm_type_y)[::-1]
392392

0 commit comments

Comments
 (0)