Skip to content

Commit

Permalink
Updated widget unit test SHAs
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jun 3, 2015
1 parent 604fc6b commit 3b63c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testwidgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ def test_scrubber_widget_1(self):

def test_selection_widget_1(self):
html = normalize(SelectionWidget(self.plot1)())
self.assertEqual(digest_data(html), '36b0f181d797a4336a45b316e3d7653f4f948cfb4e6599dc6ba33c12461b2bb4')
self.assertEqual(digest_data(html), '36775b2ff70764232269307281d91702a73b07c48d22e665dcadfa3eb00824c2')

def test_scrubber_widget_2(self):
html = normalize(ScrubberWidget(self.plot2)())
self.assertEqual(digest_data(html), '623d3ab77b1ac49a429f1e8736064ff46219f17245c2caeea8bc3e9acba8efb3')

def test_selection_widget_2(self):
html = normalize(SelectionWidget(self.plot2)())
self.assertEqual(digest_data(html), 'e9acde7559fd2c99165ebf43bf803a18dd6036ce7c7e9ec08f61480497e8d4c0')
self.assertEqual(digest_data(html), '93f285c4218b50231b5755756f14536733943ead9511c831a3b608a342cd2bbd')

0 comments on commit 3b63c93

Please sign in to comment.