Fix forgotten test-call

This commit is contained in:
Peter Rabbitson 2021-01-04 15:36:36 +01:00
parent 9334e73396
commit 446a24ef3f

View File

@ -52,7 +52,7 @@ func BenchmarkGetRandomness(b *testing.B) {
b.Fatal(err)
}
bs, err := lr.Blockstore(repo.BlockstoreChain)
bs, err := lr.Blockstore(context.TODO(), repo.BlockstoreChain)
if err != nil {
b.Fatal(err)
}