| Index: tumble/process_test.go
|
| diff --git a/tumble/process_test.go b/tumble/process_test.go
|
| index 0e8ef5c9e745c5eb367888a8d72a222d4f16fe37..29c94b022958edcada65dd1b3656f76ac3e868a8 100644
|
| --- a/tumble/process_test.go
|
| +++ b/tumble/process_test.go
|
| @@ -40,8 +40,7 @@ func TestTumbleFiddlyBits(t *testing.T) {
|
| "Processing tumble shard.", map[string]interface{}{"shard": uint64(10)}),
|
| ShouldBeTrue)
|
| So(l.Has(logging.Info,
|
| - "early exit, 0001-02-03 05:05:10 +0000 UTC > 0001-02-03 04:05:12 +0000 UTC",
|
| - map[string]interface{}{"clientID": "-62132730888_10", "key": "tumble.10.lock"}),
|
| + "early exit, 0001-02-03 05:05:10 +0000 UTC > 0001-02-03 04:05:12 +0000 UTC", nil),
|
| ShouldBeTrue)
|
| })
|
| })
|
|
|