Skip to content

Commit 33ef0d5

Browse files
more test fixes
1 parent 513f343 commit 33ef0d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/frame/test_query_eval.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,6 @@ def test_check_tz_aware_index_query(self, tz_aware_fixture):
791791
tm.assert_frame_equal(result, expected)
792792

793793
expected = DataFrame(df_index)
794-
expected.columns = expected.columns.astype(object)
795794
result = df.reset_index().query('"2018-01-03 00:00:00+00" < time')
796795
tm.assert_frame_equal(result, expected)
797796

0 commit comments

Comments
 (0)