diff --git a/manager.go b/manager.go index 0113cf7..b77e321 100644 --- a/manager.go +++ b/manager.go @@ -41,6 +41,7 @@ func (m *Manager) RegisterContext(td TempDirer, ctx *godog.ScenarioContext) { ctx.AfterScenario(func(*godog.Scenario, error) { m.cleanup() + _ = m.resetDir() // nolint: errcheck }) // Utils.