diff --git a/dpctl/tests/elementwise/test_abs.py b/dpctl/tests/elementwise/test_abs.py index 4874ddc1be..a82b23c445 100644 --- a/dpctl/tests/elementwise/test_abs.py +++ b/dpctl/tests/elementwise/test_abs.py @@ -70,10 +70,8 @@ def test_abs_usm_type(usm_type): assert np.allclose(dpt.asnumpy(Y), expected_Y) -def test_abs_types_prop(): +def test_abs_types_property(): get_queue_or_skip() - types = dpt.abs.types_ - assert types is None types = dpt.abs.types assert isinstance(types, list) assert len(types) > 0 diff --git a/dpctl/tests/elementwise/test_add.py b/dpctl/tests/elementwise/test_add.py index b63fdedca1..1d605248c5 100644 --- a/dpctl/tests/elementwise/test_add.py +++ b/dpctl/tests/elementwise/test_add.py @@ -260,8 +260,6 @@ def __sycl_usm_array_interface__(self): def test_add_types_property(): get_queue_or_skip() - types = dpt.add.types_ - assert types is None types = dpt.add.types assert isinstance(types, list) assert len(types) > 0