Skip to content

Commit

Permalink
fix: use mark
Browse files Browse the repository at this point in the history
  • Loading branch information
polok committed Mar 28, 2024
1 parent 5b4001e commit aa77a5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ extension FeaturevisorTestRunner {

let resultMark = ResultMark(result: assertionResult)

print(" \(resultMark) Assertion #\(index): \(environment.rawValue) \(description)")
print(" \(resultMark.mark) Assertion #\(index): \(environment.rawValue) \(description)")

expectedValueFailures.forEach({ (key, value) in
print(" => variable key: \(key)")
Expand Down

0 comments on commit aa77a5f

Please sign in to comment.