Skip to content

Commit ef2902f

Browse files
committed
Rename test class for dparray
1 parent 65925b6 commit ef2902f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tests/test_dparray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import numpy
44

55

6-
class TestOverloadList(unittest.TestCase):
6+
class Test_dparray(unittest.TestCase):
77
def setUp(self):
88
self.X = dparray.ndarray((256, 4), dtype="d")
99
self.X.fill(1.0)

0 commit comments

Comments
 (0)