summaryrefslogtreecommitdiff
path: root/wrappers/python/test_discovery.py
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/python/test_discovery.py')
-rwxr-xr-xwrappers/python/test_discovery.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/wrappers/python/test_discovery.py b/wrappers/python/test_discovery.py
index 73c51c4..eaf68dd 100755
--- a/wrappers/python/test_discovery.py
+++ b/wrappers/python/test_discovery.py
@@ -22,7 +22,7 @@ class VerifyTests(unittest.TestCase):
read_bytes(f"{test_data_dir}/server_list.json.minisig"),
read_bytes(f"{test_data_dir}/server_list.json"),
"server_list.json",
- 0
+ 10
)
def testValidMemoryView(self):
@@ -59,7 +59,7 @@ class VerifyTests(unittest.TestCase):
read_bytes(f"{test_data_dir}/server_list.json.minisig"),
read_bytes(f"{test_data_dir}/server_list.json"),
"server_list.json",
- 1 << 31
+ 11
)
self.assertEqual(ctx.exception.code, discovery.VerifyErrorCode.ErrTooOld)