Skip to content

Commit

Permalink
fix indentaion
Browse files Browse the repository at this point in the history
  • Loading branch information
RMGS\amro.sami committed Nov 12, 2018
1 parent 49df3e1 commit 5aebf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_outbound.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_completed(self, fake, message_id):

valid_keys = ['ids']

ids_str = ""
ids_str = ""
for idx, arg in enumerate(ids):
if idx == len(ids) - 1:
ids_str += str(arg)
Expand Down

0 comments on commit 5aebf5d

Please sign in to comment.