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

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chriddyp committed Apr 9, 2018
1 parent 3326064 commit 4078dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,8 @@ def update_graph(n_clicks):
'high': [3] * 5,
'low': [0] * 5,
'close': [2] * 5,
'x': [n_clicks] * 5
'x': [n_clicks] * 5,
'type': 'candlestick'
}]
}
self.startServer(app=app)
Expand All @@ -495,4 +496,3 @@ def update_graph(n_clicks):
button.click()
time.sleep(2)
self.snapshot('candlestick - 2 click')

0 comments on commit 4078dc0

Please sign in to comment.