Make the window in help's golden file bigger, now that theres more help.
This commit is contained in:
parent
2230d78575
commit
77012c92e4
2 changed files with 61 additions and 41 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue