We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c25c9a commit ea64346Copy full SHA for ea64346
std/security/trust_config_test.go
@@ -1285,7 +1285,7 @@ func TestSignatureTimeValidationFlows(t *testing.T) {
1285
preprocess: func() {
1286
time.Sleep(time.Second * 9) // Wait for expiration
1287
},
1288
- name: "epxired chain certlist ok",
+ name: "expired chain certlist ok",
1289
add: map[string]enc.Wire{
1290
expiredRootCertListData.Name().String(): expiredRootCertListWire.Wire,
1291
expiredRootVerifCertData.Name().String(): expiredRootVerifCertWire,
0 commit comments