Skip to content

Commit 5d8ed2d

Browse files
committed
fix broken test case
1 parent 2655c1b commit 5d8ed2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_03_key_bundle.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ def test_remote_not_modified():
10141014
assert kb.last_remote == headers.get("Last-Modified")
10151015
timeout2 = kb.time_out
10161016

1017-
assert timeout1 == timeout2
1017+
assert timeout1 != timeout2
10181018

10191019
exp = kb.dump()
10201020
kb2 = KeyBundle().load(exp)

0 commit comments

Comments
 (0)