Skip to content

Commit

Permalink
Fixed mpl table unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 12, 2018
1 parent 067a1b4 commit 7a52d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testrenderclass.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def test_get_size_tables_in_layout(self):
table = Table(range(10), kdims=['x'])
plot = self.renderer.get_plot(table+table)
w, h = self.renderer.get_size(plot)
self.assertEqual((w, h), (576, 230))
self.assertEqual((w, h), (576, 233))

@attr(optional=1)
class BokehRendererTest(ComparisonTestCase):
Expand Down

0 comments on commit 7a52d36

Please sign in to comment.