Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 15a3de8

Browse files
committed
fix test mock
1 parent 87022d4 commit 15a3de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async def load_metadata(self, vcf, metafile, datafile):
6767
"""Mimic load_metadata."""
6868
pass
6969

70-
async def load_datafile(self, vcf, datafile, datasetId):
70+
async def load_datafile(self, vcf, datafile, datasetId, min_ac=1):
7171
"""Mimic load_datafile."""
7272
return ["datasetId", "variants"]
7373

0 commit comments

Comments
 (0)