Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit 71a01b9

Browse files
authored
test: avoid KeyError in newer pandas (#133)
1 parent f23e5f5 commit 71a01b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/system/test_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,6 @@ def test_boolean_casting(alltypes):
721721
count = result["count"]
722722
assert count.at[False] == 5840
723723
assert count.at[True] == 730
724-
assert count.at[None] == 730
725724

726725

727726
def test_approx_median(alltypes):

0 commit comments

Comments
 (0)