Skip to content

Commit

Permalink
[REVERT ME] intentionally cause some regressions
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Feb 13, 2024
1 parent 297cb13 commit 0217235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harness/gocryptox509/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ func evaluateTestcase(testcase Testcase) (testcaseResult, error) {
if err != nil {
actual = resultFailure
} else {
actual = resultSuccess
actual = resultFailure
}

if expected != actual {
Expand Down

0 comments on commit 0217235

Please sign in to comment.