Skip to content

Commit

Permalink
missed
Browse files Browse the repository at this point in the history
  • Loading branch information
dshulyak committed Sep 6, 2023
1 parent 6c3c734 commit 50e3469
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion proposals/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion sql/migrations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit 50e3469

Please sign in to comment.