Skip to content

Commit

Permalink
fix to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
proccaserra committed Oct 17, 2023
1 parent 70066a6 commit f100837
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/create/test_create_connectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ def test_assay_template_convert_ordered_dict_to_json_met_prof_mass_spec_annotate

def test_assay_template_convert_ordered_dict_empty_nodes(self):
empty_json = assay_ordered_dict_to_template(self.met_prof_jsons[3])
self.assertNotEqual(empty_json['workflow'], [])
print(empty_json['workflow'])
self.assertEqual(empty_json['workflow'], [])

@staticmethod
def _load_config(file_name):
Expand Down

0 comments on commit f100837

Please sign in to comment.