Skip to content

Commit 93dd1c3

Browse files
ENH: Updated tests for series GroupBy whitelist
Added tests for fix to #6146.
1 parent 59b4123 commit 93dd1c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/test_groupby.py

+1
Original file line numberDiff line numberDiff line change
@@ -3335,6 +3335,7 @@ def test_groupby_whitelist(self):
33353335
'corr', 'cov',
33363336
'value_counts',
33373337
'diff',
3338+
'unique', 'nunique',
33383339
])
33393340

33403341
for obj, whitelist in zip((df, s),

0 commit comments

Comments
 (0)