Skip to content

Commit 73cea1f

Browse files
committed
fix test
1 parent a7e9a4e commit 73cea1f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/indexing/interval/test_interval.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,5 +232,3 @@ def test_multiindex_with_interval_index(self):
232232
result1 = df.loc[("b", 16)]
233233
expected = Series([7, 8])
234234
tm.assert_series_equal(result1, expected, check_names=False)
235-
result2 = df.loc["b"].loc[16]
236-
tm.assert_series_equal(result2, expected, check_names=False)

0 commit comments

Comments
 (0)