Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
keirbadger committed Apr 29, 2019
1 parent 63d4166 commit 7c5b7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_all_resources_to_be_created(self):
'test/infra'
]).decode('utf-8')
assert dedent("""
Plan: 3 to add, 0 to change, 0 to destroy.
Plan: 4 to add, 0 to change, 0 to destroy.
""").strip() in output

def test_create_lambda(self):
Expand Down

0 comments on commit 7c5b7b0

Please sign in to comment.