Skip to content

Commit 0ca4a18

Browse files
committed
fixing checks
1 parent e81e1da commit 0ca4a18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/tests/libs/test_lib.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,4 +308,5 @@ def test_ensure_string_array_list_of_lists():
308308
assert isinstance(result, np.ndarray)
309309
assert result.dtype == object
310310
assert result[0] == "['t', 'e', 's', 't']"
311-
assert result[1] == "['w', 'o', 'r', 'd']"
311+
assert result[1] == "['w', 'o', 'r', 'd']"
312+

0 commit comments

Comments
 (0)