Skip to content

Commit

Permalink
Fix unit test, and also fix assertCountEqual to assertEqual (my fault)
Browse files Browse the repository at this point in the history
  • Loading branch information
justaddcoffee committed Jun 30, 2020
1 parent b891885 commit 3cab4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_string.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_nodes_file(self):
'ENSEMBL:ENSP00000232564', 'ENSEMBL:ENSP00000393379',
'ENSEMBL:ENSP00000371253'],
list(node_df.id.unique()))
self.assertCountEqual('UniprotKB:P84085',
self.assertEqual('UniProtKB:P84085',
node_df.loc[node_df['id'] ==
'ENSEMBL:ENSP00000000233'].xrefs.item())

Expand Down

0 comments on commit 3cab4ce

Please sign in to comment.