Skip to content

Commit e2ee95d

Browse files
authored
Update migrate_config_test.py
Added second blank line between test_migrate_config_sha_to_rev and test_empty_configuration_file_user_error
1 parent 8a7142d commit e2ee95d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/commands/migrate_config_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ def test_migrate_config_sha_to_rev(tmpdir):
148148
' hooks: []\n'
149149
)
150150

151+
151152
@pytest.mark.parametrize('contents', ('', '\n'))
152153
def test_empty_configuration_file_user_error(tmpdir, contents):
153154
cfg = tmpdir.join(C.CONFIG_FILE)

0 commit comments

Comments
 (0)