diff --git a/parser.go b/parser.go index 85811df..3c37ee0 100644 --- a/parser.go +++ b/parser.go @@ -12,7 +12,7 @@ type Result int const ( PASS Result = iota - FAIL Result = iota + FAIL ) type Report struct {