aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-03-23 18:54:42 -0700
committerBryan Newbold <bnewbold@robocracy.org>2022-03-23 18:54:42 -0700
commit929f6d1020362a8065d1e0c95d2ee67c88f89b33 (patch)
tree17a792818843dfc189b7afc8ea41bb0384a74bc8 /python/tests
parent515b5ecc6e75aae834958d74883426230532f10d (diff)
downloadfatcat-929f6d1020362a8065d1e0c95d2ee67c88f89b33.tar.gz
fatcat-929f6d1020362a8065d1e0c95d2ee67c88f89b33.zip
fix typo in fileset comparison helper
Diffstat (limited to 'python/tests')
-rw-r--r--python/tests/import_ingest.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/python/tests/import_ingest.py b/python/tests/import_ingest.py
index d86d6d7b..44dd5a0b 100644
--- a/python/tests/import_ingest.py
+++ b/python/tests/import_ingest.py
@@ -235,7 +235,6 @@ def test_ingest_fileset_importer(ingest_fileset_importer):
counts = JsonLinePusher(ingest_fileset_importer, f).run()
assert counts["insert"] == 0
- assert counts["exists"] == 0
- assert counts["skip"] == 20
+ assert counts["exists"] == 7
+ assert counts["skip"] == 13
assert counts["skip-release-not-found"] == 13
- assert counts["skip-release-has-fileset"] == 7