diff options
Diffstat (limited to 'tests/test_other.py')
-rw-r--r-- | tests/test_other.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_other.py b/tests/test_other.py index 0ef9ebb5..b7561fea 100644 --- a/tests/test_other.py +++ b/tests/test_other.py @@ -920,9 +920,9 @@ This pointer might make sense in another type signature: i: 0 ([], { 100: (190, 500), 250: (200, 600), - 500: (250, 700), + 500: (200, 700), 1000: (230, 1000), - 2000: (380, 2000), + 2000: (300, 2000), 5000: (500, 5000), 0: (1500, 5000) }), |