We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac778d commit 796ab63Copy full SHA for 796ab63
tests/test_store_fetcher.py
@@ -60,7 +60,7 @@ def test_online(self):
60
fetched_store = store_fetcher.fetch(certs_repo)
61
assert fetched_store
62
assert 100 < len(fetched_store.trusted_certificates)
63
- assert len(fetched_store.blocked_certificates)
+ assert 0 == len(fetched_store.blocked_certificates)
64
65
66
class TestAppleTrustStoreFetcher:
0 commit comments