summaryrefslogtreecommitdiff
path: root/numpy/tests
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/tests')
-rw-r--r--numpy/tests/test_ctypeslib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/tests/test_ctypeslib.py b/numpy/tests/test_ctypeslib.py
index 6ee75271d..875e1a1c7 100644
--- a/numpy/tests/test_ctypeslib.py
+++ b/numpy/tests/test_ctypeslib.py
@@ -4,7 +4,7 @@ import numpy as N
from numpy.ctypeslib import ndpointer
restore_path()
-class test_ndpointer(NumpyTestCase):
+class TestNdpointer(NumpyTestCase):
def check_dtype(self):
dt = N.intc
p = ndpointer(dtype=dt)