Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
rienafairefr committed Jul 21, 2017
1 parent 13c50b8 commit cb31a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testscripts/test_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ def dorequest(self, request_data, opname):
elapsed.append(round(time_elapsed,1))
assert(set(client.budget.be_transactions) == set(connection.transactions))
print('%i,%f'%(size,time_elapsed))
print(','.join(elapsed))
print(','.join([str(i) for i in elapsed]))

0 comments on commit cb31a40

Please sign in to comment.