Skip to content

Commit

Permalink
Merge pull request #8 from osandadeshan/patch-1
Browse files Browse the repository at this point in the history
Execution status changed to the past tense
  • Loading branch information
apoorvam authored Apr 23, 2019
2 parents 268dbff + 35335c5 commit faeedee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ type errorType string
type parameterType string

const (
pass status = "pass"
fail status = "fail"
skip status = "skip"
pass status = "passed"
fail status = "failed"
skip status = "skipped"
notExecuted status = "not executed"
stepKind tokenKind = "step"
conceptKind tokenKind = "concept"
Expand Down

0 comments on commit faeedee

Please sign in to comment.