Skip to content

Commit

Permalink
feat(gisaid): WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikstranneheim committed Sep 1, 2024
1 parent 259688e commit f1c8fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/meta/upload/gisaid/test_gsaid.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@ def test_are_gisaid_samples_uploaded_when_not_uploaded(


def test_get_gisaid_accession_numbers(
csv_file_path: Path,
gisaid_accession_nr: str,
gisaid_log_raw: list[dict[str, str]],
gisaid_api: GisaidAPI,
gisaid_log_raw: list[dict[str, str]],
sars_cov_sample_number: str,
csv_file_path: Path,
):
"""Test getting GISAID accession numbers from log"""
# GIVEN a mock file with a size greater than 0
Expand Down

0 comments on commit f1c8fb6

Please sign in to comment.