Skip to content

Commit

Permalink
Revert "Revert "Revert "Revert "[REVERT ME] intentionally cause some …
Browse files Browse the repository at this point in the history
…regressions""""

This reverts commit 525209a.
  • Loading branch information
woodruffw committed Feb 13, 2024
1 parent 4899d3f commit af0501f
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 af0501f

Please sign in to comment.