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 e81e1da commit 0ca4a18Copy full SHA for 0ca4a18
pandas/tests/libs/test_lib.py
@@ -308,4 +308,5 @@ def test_ensure_string_array_list_of_lists():
308
assert isinstance(result, np.ndarray)
309
assert result.dtype == object
310
assert result[0] == "['t', 'e', 's', 't']"
311
- assert result[1] == "['w', 'o', 'r', 'd']"
+ assert result[1] == "['w', 'o', 'r', 'd']"
312
+
0 commit comments