Skip to content

Commit

Permalink
fix duplicate name
Browse files Browse the repository at this point in the history
  • Loading branch information
abretaud committed Nov 13, 2019
1 parent 8df45eb commit 54beeac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/remote_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_update_organism(self):
assert seq['name'] == 'Merlin'
assert seq['length'] == 172788

def test_update_organism(self):
def test_update_organism_noreload(self):

time.sleep(3)

Expand Down

0 comments on commit 54beeac

Please sign in to comment.