From 801b8581ff8f5552efda8b3345e1d387a4af76e4 Mon Sep 17 00:00:00 2001 From: Phillip Cloud Date: Wed, 19 Sep 2018 09:54:12 -0400 Subject: [PATCH] Fix col --- ibis/tests/all/test_string.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibis/tests/all/test_string.py b/ibis/tests/all/test_string.py index 9dc4863750a9a..c89175f0f4584 100644 --- a/ibis/tests/all/test_string.py +++ b/ibis/tests/all/test_string.py @@ -171,7 +171,7 @@ def test_string_col_is_unicode(backend, alltypes, df): id='expr_empty_slice' ), param( - lambda t: t[ + lambda t: t.date_string_col[ t.date_string_col.length() - 2:t.date_string_col.length() - 1 ], lambda t: t.date_string_col.str[-2:-1],