Skip to content

Commit 6373948

Browse files
committed
Fix mixup from previous rebase
1 parent 09c2c91 commit 6373948

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/tests/arrays/test_datetimelike.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ def test_unbox_scalar(self):
140140
result = arr._unbox_scalar(pd.NaT)
141141
assert isinstance(result, (int, compat.long))
142142

143-
def test_scalar_from_string(self):
144-
data = np.arange(10, dtype='i8') * 24 * 3600 * 10**9
145-
146143
with pytest.raises(ValueError):
147144
arr._unbox_scalar('foo')
148145

0 commit comments

Comments
 (0)