Skip to content

Commit

Permalink
Execution status changed to the past tense
Browse files Browse the repository at this point in the history
Fixing issue #7
  • Loading branch information
osandadeshan authored Apr 23, 2019
1 parent 268dbff commit 35335c5
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 35335c5

Please sign in to comment.