Skip to content

Commit ea64346

Browse files
committed
Fix test name typo
1 parent 6c25c9a commit ea64346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/security/trust_config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ func TestSignatureTimeValidationFlows(t *testing.T) {
12851285
preprocess: func() {
12861286
time.Sleep(time.Second * 9) // Wait for expiration
12871287
},
1288-
name: "epxired chain certlist ok",
1288+
name: "expired chain certlist ok",
12891289
add: map[string]enc.Wire{
12901290
expiredRootCertListData.Name().String(): expiredRootCertListWire.Wire,
12911291
expiredRootVerifCertData.Name().String(): expiredRootVerifCertWire,

0 commit comments

Comments
 (0)