Skip to content

Commit

Permalink
Set up comms correctly in plotly unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 6, 2017
1 parent 73cd421 commit 9d23b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testplotinstantiation.py
Expand Up @@ -649,7 +649,7 @@ class TestPlotlyPlotInstantiation(ComparisonTestCase):
def setUp(self):
self.previous_backend = Store.current_backend
Store.current_backend = 'plotly'
self.default_comm = bokeh_renderer.comms['default']
self.default_comm = plotly_renderer.comms['default']
if not plotly_renderer:
raise SkipTest("Plotly required to test plot instantiation")
plotly_renderer.comms['default'] = (comms.Comm, '')
Expand Down

0 comments on commit 9d23b9e

Please sign in to comment.