Skip to content

Commit 4daed96

Browse files
committed
testcase for pandas-dev#33168 Quantile function fails when performing groupby on Time Zone Aware Timestamps pre check changes
1 parent d653961 commit 4daed96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/groupby/test_quantile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,4 +389,4 @@ def test_timestamp_groupby_quantile():
389389
)
390390
)
391391

392-
tm.assert_frame_equal(result, expected)
392+
tm.assert_frame_equal(result, expected)

0 commit comments

Comments
 (0)