Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed Oct 10, 2023
1 parent 54554f5 commit 4bc87f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_submit_to_bsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,6 @@ def test_map_metadata_to_bsd_data(self):
'tree.ind': [{'text': '168-B1-R1'}]
})
payload = self.submitter.map_metadata_to_bsd_data()
print(payload[0])
print(expected_payload[0])
self.assertEqual(payload, expected_payload)

def test_map_partial_metadata_to_bsd_data(self):
Expand Down

0 comments on commit 4bc87f0

Please sign in to comment.