Make the window in help's golden file bigger, now that theres more help.

This commit is contained in:
Andrew Hamilton 2016-01-29 21:29:44 +00:00
parent 2230d78575
commit 77012c92e4
2 changed files with 61 additions and 41 deletions

View file

@ -41,7 +41,7 @@ class LruCacheWithEvictionTestCase(unittest.TestCase):
self._assert_cache(a, 1, 2, 2)
_DIMENSIONS = (40, 40)
_DIMENSIONS = (100, 60)
def _widget_to_string(widget, dimensions=_DIMENSIONS):