Skip to content
Snippets Groups Projects
Unverified Commit 041c4373 authored by yoavrotems's avatar yoavrotems Committed by GitHub
Browse files

Set actualResult (#703)

actual Result is used later on to get actual value and the --include-test-output values but it never got set so its always empty.
parent 1899f26b
Branches
Tags
No related merge requests found
......@@ -169,6 +169,7 @@ func (t testItem) execute(s string) *testOutput {
}
}
result.actualResult = s
return result
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment