Skip to content

Commit

Permalink
Fixed outdated hash in TestWidgets
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Nov 19, 2015
1 parent 41b77ee commit 96a0f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testwidgets.py
Expand Up @@ -63,4 +63,4 @@ def test_selection_widget_1(self):

def test_selection_widget_2(self):
html = normalize(SelectionWidget(self.plot2, display_options={'figure_format': 'png'})())
self.assertEqual(digest_data(html), '7af5adfdf8a30dbf98f699f462e817255f26bd19bb46dcea1626259054719dd4')
self.assertEqual(digest_data(html), 'd02b3701c3d90b7f4ad72253aa3225ab7bdd67d0aa6b59077e7f42872aea3c15')

0 comments on commit 96a0f29

Please sign in to comment.