From 50e3469be9d65c16652eddfebeb9c77a039a5655 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Wed, 6 Sep 2023 11:06:40 +0200 Subject: [PATCH] missed --- proposals/handler_test.go | 1 - sql/migrations_test.go | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/proposals/handler_test.go b/proposals/handler_test.go index fced376852..5658d414dc 100644 --- a/proposals/handler_test.go +++ b/proposals/handler_test.go @@ -1379,7 +1379,6 @@ func TestHandleActiveSet(t *testing.T) { th.mf.EXPECT().RegisterPeerHashes(pid, types.ATXIDsToHashes(eset.Set)) } if tc.tortoise != nil { - th.md.EXPECT().GetMissingActiveSet(eset.Epoch, tc.tortoise).Return(tc.fetch) } if tc.fetch != nil { diff --git a/sql/migrations_test.go b/sql/migrations_test.go index b6f670bb7a..8a0c637c46 100644 --- a/sql/migrations_test.go +++ b/sql/migrations_test.go @@ -15,5 +15,5 @@ func TestMigrationsAppliedOnce(t *testing.T) { return true }) require.NoError(t, err) - require.Equal(t, version, 2) + require.Equal(t, version, 3) }