Skip to content

Commit a3398c4

Browse files
Fix test name
Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
1 parent 5f48443 commit a3398c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/bundle/bundle_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ func Test_validate(t *testing.T) {
421421
wantErr: true,
422422
},
423423
{
424-
name: "v0.2 with inclusion proof without empty checkpoint",
424+
name: "v0.2 with inclusion proof with empty checkpoint",
425425
pb: Bundle{
426426
Bundle: &protobundle.Bundle{
427427
MediaType: "application/vnd.dev.sigstore.bundle+json;version=0.2",

0 commit comments

Comments
 (0)