Skip to content

Commit

Permalink
Fix impala test
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Nov 12, 2017
1 parent 120e558 commit 86fcee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ibis/impala/tests/test_exprs.py
Expand Up @@ -300,11 +300,11 @@ def test_timestamp_day_of_week(self):
timestamp_value = L('2015-09-01 01:00:23', type='timestamp')
cases = [
(
timestamp_value.day_of_week_index(),
timestamp_value.day_of_week.index(),
"dayofweek('2015-09-01 01:00:23')"
),
(
timestamp_value.day_of_week_name(),
timestamp_value.day_of_week.full_name(),
"dayname('2015-09-01 01:00:23')"
),
]
Expand Down

0 comments on commit 86fcee5

Please sign in to comment.