diff --git a/storage/remote/queue_manager_test.go b/storage/remote/queue_manager_test.go index f3bd85aa3..839113fb6 100644 --- a/storage/remote/queue_manager_test.go +++ b/storage/remote/queue_manager_test.go @@ -152,8 +152,8 @@ func TestSampleDeliveryOrder(t *testing.T) { // the `numCalls` property will contain a count of how many times Store() was // called. type TestBlockingStorageClient struct { - block chan bool numCalls uint64 + block chan bool } func NewTestBlockedStorageClient() *TestBlockingStorageClient {