diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-12-19 19:21:21 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-12-19 19:21:21 -0800 |
commit | 7ebe7e7cbca584956f9bbe2aad197e731691f5e7 (patch) | |
tree | 9c57f6cbf47c41cc3185356a2f66947acee6e043 /tests/test_other.py | |
parent | 663f943e8c7ff02fa0929e1c6c531ea07714318c (diff) |
make test_outline more lenient
Diffstat (limited to 'tests/test_other.py')
-rw-r--r-- | tests/test_other.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_other.py b/tests/test_other.py index 46170856..11a19f1c 100644 --- a/tests/test_other.py +++ b/tests/test_other.py @@ -843,7 +843,7 @@ f.close() for test_opts, expected_ranges in [ ([], { - 100: (190, 275), + 100: (190, 500), 250: (200, 500), 500: (250, 500), 1000: (230, 1000), |