fix messagepool repub test

This commit is contained in:
vyzo 2021-12-14 17:57:37 +02:00 committed by Jennifer Wang
parent 170d2cdfc7
commit ef37ba812e

View File

@ -25,7 +25,7 @@ func TestRepubMessages(t *testing.T) {
tma := newTestMpoolAPI()
ds := datastore.NewMapDatastore()
mp, err := New(tma, ds, filcns.DefaultUpgradeSchedule(), "mptest", nil)
mp, err := New(context.Background(), tma, ds, filcns.DefaultUpgradeSchedule(), "mptest", nil)
if err != nil {
t.Fatal(err)
}