Skip to content

Commit

Permalink
Test failing for trivial reason
Browse files Browse the repository at this point in the history
  • Loading branch information
justaddcoffee committed Jun 17, 2020
1 parent d6a052f commit e388719
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 @@ -59,7 +59,7 @@ def test_nodes_file(self):
self.assertEqual((11, 6), node_df.shape)
self.assertEqual(['id', 'name', 'category', 'description', 'alias',
'provided_by'], list(node_df.columns))
self.assertListEqual(['UniprotKB:P84085', 'ENSEMBL:ENSP00000000233',
self.assertCountEqual(['UniprotKB:P84085', 'ENSEMBL:ENSP00000000233',
'ENSEMBL:ENSP00000272298', 'ENSEMBL:ENSP00000253401',
'ENSEMBL:ENSP00000401445', 'ENSEMBL:ENSP00000418915',
'ENSEMBL:ENSP00000327801', 'ENSEMBL:ENSP00000466298',
Expand Down

0 comments on commit e388719

Please sign in to comment.