Skip to content

Commit ff6e3cc

Browse files
committed
corrected overlapping test names
1 parent 27398c6 commit ff6e3cc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/test_util.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,15 +339,12 @@ def test_isna_element_d(self) -> None:
339339
self.assertTrue(isna_element(ts))
340340

341341

342-
def test_isna_element_d(self) -> None:
342+
def test_isna_element_e(self) -> None:
343343
from types import SimpleNamespace
344344
sn = SimpleNamespace()
345345
sn.to_numpy = None
346346
self.assertFalse(isna_element(sn))
347347

348-
349-
350-
351348
#---------------------------------------------------------------------------
352349

353350
def test_dtype_from_element_core_dtypes(self) -> None:

0 commit comments

Comments
 (0)