Skip to content

Commit

Permalink
fix params name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangs18 committed Sep 3, 2024
1 parent b56d77f commit 788c7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/problematic_tests/save_genome_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def test_genomes_with_upgrade(self):
{
'name': genome_name,
'data': self.test_genome_data,
'ws_datatype': "KBaseMetagenomes.AnnotatedMetagenomeAssembly",
'workspace_datatype': "KBaseMetagenomes.AnnotatedMetagenomeAssembly",
'upgrade': True,
}
]
Expand Down

0 comments on commit 788c7ee

Please sign in to comment.