diff --git a/src/plone/recipe/sublimetext/tests/test_recipes.py b/src/plone/recipe/sublimetext/tests/test_recipes.py index bc6b19a..fb0c440 100644 --- a/src/plone/recipe/sublimetext/tests/test_recipes.py +++ b/src/plone/recipe/sublimetext/tests/test_recipes.py @@ -165,7 +165,7 @@ def test__set_defaults(self): # Test: if any ``sublime-project`` suffix file is available inside buildout directory # that should be picked as default project file name _project_file = 'human_project' - write(self.location, _project_file + '.sublime-project', '''[]''') + write(self.location, _project_file + '.sublime-project', '[]') # clear previously assaigned default del buildout['sublimetext']['project-name'] @@ -411,7 +411,7 @@ def test_uninstall(self): write( self.location, filename, - '''{"hello": "T20"}''' + '{"hello": "T20"}' ) uninstall(recipe.name, recipe.options)