Skip to content

Commit

Permalink
fix intact test
Browse files Browse the repository at this point in the history
  • Loading branch information
saapooch committed Oct 16, 2018
1 parent 1d0a8df commit 1ae4116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data_source/test_intact.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_complexes(self):

def test_interactions(self):
q = self.intact.session.query(intact.ProteinInteraction).filter_by(index=99).first()
self.assertEqual(q.protein_a, 'Q14103-2')
self.assertEqual(q.protein_a, 'Q14103-4')
self.assertEqual(q.protein_b, 'Q9Y6M1')
self.assertEqual(q.gene_b, 'IGF2BP2')
self.assertEqual(q.gene_a, 'HNRNPD')
Expand Down

0 comments on commit 1ae4116

Please sign in to comment.