Commit 21822ffd authored by Jérome Perrin's avatar Jérome Perrin

typo instanciate -> instantiate

parent fc3a2afb
......@@ -448,7 +448,7 @@ class TestSlapOSStandaloneInstance(SlapOSStandaloneTestCase):
state='destroyed',
)
self.standalone.waitForInstance()
# instanciate does nothing, it will be deleted with `report`
# instantiate does nothing, it will be deleted with `report`
self.assertTrue(
os.path.exists(os.path.join(parition_directory, 'instance.check')))
self.standalone.waitForReport()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment