Skip to content
Snippets Groups Projects

built the system to sequentually pick up old ephemerals, breaks interfaces and tests

Merged Richard T. Carback III requested to merge delayedOldPickup into release
3 unresolved threads
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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)
Loading