Skip to content

Commit

Permalink
Fix col
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Sep 19, 2018
1 parent 3b07a73 commit 801b858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/tests/all/test_string.py
Expand Up @@ -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],
Expand Down

0 comments on commit 801b858

Please sign in to comment.