Skip to content

Commit

Permalink
Teardown step results are added to result #1
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvam committed Apr 22, 2017
1 parent a00f03b commit ce5d2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func toScenario(protoSce *gauge_messages.ProtoScenario, tableRowIndex int) scena
sce.Items = toItems(protoSce.GetScenarioItems())
}
if protoSce.GetTearDownSteps() != nil {
sce.Contexts = toItems(protoSce.GetTearDownSteps())
sce.Teardowns = toItems(protoSce.GetTearDownSteps())
}
return sce
}
Expand Down

0 comments on commit ce5d2f7

Please sign in to comment.