Skip to content

Commit

Permalink
Update update GoldMapper function names in test_imports.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aclum authored Oct 1, 2024
1 parent 3981b3a commit a802c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_activity_mapper(gold_mapper):
"""
gold_mapper.unique_object_mapper()
gold_mapper.multiple_objects_mapper()
gold_mapper.activity_mapper()
gold_mapper.workflow_execution_mapper()
gold_mapper.post_nmdc_database_object()
db = gold_mapper.get_database_object_dump()
#This should return 2 workflow_execution_set records, one nmdc:MetagenomeAnnotation and one nmdc:MagsAnalysis.
Expand Down

0 comments on commit a802c45

Please sign in to comment.