Skip to content

Commit

Permalink
Fix test test_321_index_count_hg38.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Jan 3, 2024
1 parent a90a922 commit 7862261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/data/test_others.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def check_index_count(self, assembly):
(subsrc, assembly)).json()
except:
print(f'Query error for ("{subsrc}", "{assembly}")')
continue
raise
results[subsrc] = {"meta": meta_cnt, "index": res["total"]}
#assert res["total"] == meta_cnt, "Count in metadata (%s) doesn't match count from query (%s) for datasource '%s'" % (meta_cnt,res["total"],subsrc)
errs = {}
Expand Down

0 comments on commit 7862261

Please sign in to comment.