Skip to content

Commit

Permalink
removing print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
proccaserra committed Feb 23, 2024
1 parent 62b3e4f commit 5b936f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/model/test_assay.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ def test_to_dict(self, mock_uuid4):
}
]

print(expected_dict['materials']['otherMaterials'][0]['name'])
indexes.add_characteristic_category(OntologyAnnotation(id_='my_other_material_characteristic_id'))
indexes.add_characteristic_category(OntologyAnnotation(id_='my_other_material_characteristic_id2'))

Expand Down

0 comments on commit 5b936f0

Please sign in to comment.