Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
💄 flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
byron authored and byronz committed Apr 20, 2019
1 parent 3583898 commit fecc76e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -1677,8 +1677,7 @@ def update_output(start_date, end_date):
set(itertools.chain(*[
_.split('-')
for _ in self.driver.find_element_by_css_selector(
'#date-picker-range-output').text.split(' - ')])
),
'#date-picker-range-output').text.split(' - ')])),
date_tokens,
"date should match the callback output")

Expand Down

0 comments on commit fecc76e

Please sign in to comment.