Skip to content
Snippets Groups Projects
Commit dcb3c61a authored by benjamin's avatar benjamin
Browse files

fixed tests

parent a4c13cb6
No related branches found
No related tags found
2 merge requests!510Release,!428built the system to sequentually pick up old ephemerals, breaks interfaces and tests
This commit is part of merge request !428. Comments created here will be created in the context of that merge request.
......@@ -31,7 +31,7 @@ func Test_generateFakeIdentity(t *testing.T) {
`"End":` + string(end) + `,"ExtraChecks":0,` +
`"StartValid":` + string(startValid) + `,` +
`"EndValid":` + string(endValid) + `,` +
`"Ephemeral":true,` +
`"Ephemeral":true,"ProcessNext":null,` +
`"Fake":true,"UR":null,"ER":null,"CR":null}`
timestamp := time.Date(2009, 11, 17, 20, 34, 58, 651387237, time.UTC)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment