Skip to content

Commit

Permalink
fix an python3 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Oct 4, 2015
1 parent ae0fd22 commit 7a16349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_eutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def test_efetch(self):

def test_efetch_gene(self):
res = self.e.EFetch('gene', 4747, retmode="text")
assert 'neurofilament' in res
assert b'neurofilament' in res
res = self.e.EFetch('gene', 4747, retmode="xml")

def test_epost(self):
Expand Down

0 comments on commit 7a16349

Please sign in to comment.