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

Commit 4078dc0

Browse files
committed
typo
1 parent 3326064 commit 4078dc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_integration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,8 @@ def update_graph(n_clicks):
481481
'high': [3] * 5,
482482
'low': [0] * 5,
483483
'close': [2] * 5,
484-
'x': [n_clicks] * 5
484+
'x': [n_clicks] * 5,
485+
'type': 'candlestick'
485486
}]
486487
}
487488
self.startServer(app=app)
@@ -495,4 +496,3 @@ def update_graph(n_clicks):
495496
button.click()
496497
time.sleep(2)
497498
self.snapshot('candlestick - 2 click')
498-

0 commit comments

Comments
 (0)