Update migrate_config_test.py

Added second blank line between test_migrate_config_sha_to_rev and test_empty_configuration_file_user_error
This commit is contained in:
Jesse Bona
2019-02-02 11:32:09 +11:00
committed by GitHub
parent 8a7142d763
commit e2ee95d9b2

View File

@@ -148,6 +148,7 @@ def test_migrate_config_sha_to_rev(tmpdir):
' hooks: []\n'
)
@pytest.mark.parametrize('contents', ('', '\n'))
def test_empty_configuration_file_user_error(tmpdir, contents):
cfg = tmpdir.join(C.CONFIG_FILE)