Skip to content

Commit 6cdb79b

Browse files
mpjunior92claude
andcommitted
test(attestation): shorten comment on TestAttestVerifier_Verify_ParseFailures
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 236874d commit 6cdb79b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pkg/attestation/tpm_verifier_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ func TestCalculateChallenge(t *testing.T) {
6464
}
6565

6666
// Covers the "attestation parsing failed" wrapper and doubles as a
67-
// constructor smoke test — a nil or panicking verifier fails these
68-
// subtests first. Invalid and empty buffers both fall through Parse's
69-
// proto-unmarshal and platform-detection into the same branch.
67+
// constructor smoke test.
7068
func TestAttestVerifier_Verify_ParseFailures(t *testing.T) {
7169
cases := []struct {
7270
name string

0 commit comments

Comments
 (0)