aboutsummaryrefslogtreecommitdiffstats
path: root/core/bloombits/scheduler_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/bloombits/scheduler_test.go')
-rw-r--r--core/bloombits/scheduler_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/bloombits/scheduler_test.go b/core/bloombits/scheduler_test.go
index 8a159c237..70772e4ab 100644
--- a/core/bloombits/scheduler_test.go
+++ b/core/bloombits/scheduler_test.go
@@ -60,7 +60,7 @@ func testScheduler(t *testing.T, clients int, fetchers int, requests int) {
req.section, // Requested data
req.section, // Duplicated data (ensure it doesn't double close anything)
}, [][]byte{
- []byte{},
+ {},
new(big.Int).SetUint64(req.section).Bytes(),
new(big.Int).SetUint64(req.section).Bytes(),
})