Skip to content

Commit

Permalink
openpgp/clearsign: fix minor unreachable code caused by t.Fatalf
Browse files Browse the repository at this point in the history
  • Loading branch information
Abirdcfly committed Jul 21, 2022
1 parent 0559593 commit c606bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpgp/clearsign/clearsign_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func TestSigning(t *testing.T) {
continue
}
if err := plaintext.Close(); err != nil {
t.Fatalf("#%d: error from Close: %s", i, err)
t.Errorf("#%d: error from Close: %s", i, err)
continue
}

Expand Down

0 comments on commit c606bc6

Please sign in to comment.