Skip to content

Commit

Permalink
removing print statement from test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Jun 22, 2019
1 parent 1c78ebe commit 790902c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_rest.py
Expand Up @@ -71,7 +71,6 @@ def test_get_bpform_properties_circular(self):
client = rest.app.test_client()
rv = client.post('/api/bpform/', json=dict(alphabet='dna', seq='ACGT', circular=True))
self.assertEqual(rv.status_code, 200)
print(rv.get_json())
self.assertEqual(rv.get_json(), {
'alphabet': 'dna',
'seq': 'ACGT | circular',
Expand Down

0 comments on commit 790902c

Please sign in to comment.