We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316dd9b commit 44a98a5Copy full SHA for 44a98a5
pandas/tests/series/methods/test_info.py
@@ -209,4 +209,4 @@ def test_info_show_counts_false():
209
dtypes: int64(1)
210
memory usage: {memory_bytes} bytes"""
211
)
212
- assert result.strip() == expected.strip()
+ assert result.strip() == expected.strip()
0 commit comments