Skip to content

Commit 796ab63

Browse files
committed
Fix test
1 parent cac778d commit 796ab63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_store_fetcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_online(self):
6060
fetched_store = store_fetcher.fetch(certs_repo)
6161
assert fetched_store
6262
assert 100 < len(fetched_store.trusted_certificates)
63-
assert len(fetched_store.blocked_certificates)
63+
assert 0 == len(fetched_store.blocked_certificates)
6464

6565

6666
class TestAppleTrustStoreFetcher:

0 commit comments

Comments
 (0)