Skip to content

Commit

Permalink
fix TestFIPSCapable
Browse files Browse the repository at this point in the history
  • Loading branch information
qmuntal committed Jan 10, 2025
1 parent ec71705 commit 15ac429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,6 @@ func TestFIPSCapable(t *testing.T) {
want = true
}
if got != want {
t.Fatalf("HasFIPSProvider mismatch: want %v, got %v", want, got)
t.Fatalf("FIPSCapable mismatch: want %v, got %v", want, got)
}
}

0 comments on commit 15ac429

Please sign in to comment.