Skip to content

Commit

Permalink
fix value to default (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
vestalisvirginis authored Jan 3, 2024
1 parent c5e90a4 commit 4b3da42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/blaster_asset/test_blastn_computation.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_get_blastn_with_history(mock_env_phagy_dir_blasting_with_history):
asset_input_dbs = [f"{TEST_DATASET_BLAST_DB}TT_00000{i+1}" for i in range(6)]
result = get_blastn(context, asset_input_fasta, asset_input_dbs)
assert isinstance(result, list)
assert len(result) == 72 # defaults history file contains 72 entries
assert len(result) == 36


def test_get_blastn_asset(mock_env_phagy_dir_blasting):
Expand Down

0 comments on commit 4b3da42

Please sign in to comment.