Skip to content

Commit 3d91e00

Browse files
author
Maciej Pakulski
committed
fix(tests): remove unnecessary blank line in test_alias_name_validator function
1 parent d37ebfb commit 3d91e00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/services/kms/test_kms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def test_alias_name_validator():
1616
def provider():
1717
return KmsProvider()
1818

19+
1920
def test_execute_dry_run_capable_runs_when_not_dry():
2021
result = execute_dry_run_capable(lambda: 1 + 1, dry_run=False)
2122
assert result == 2

0 commit comments

Comments
 (0)