Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Nov 16, 2024
1 parent 18d0d50 commit f30c657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txnprovider/txpool/fetch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func TestFetch(t *testing.T) {
defer cancel()

ctrl := gomock.NewController(t)
remoteKvClient := remote.NewKVClient(ctrl)
remoteKvClient := remote.NewMockKVClient(ctrl)
sentryServer := sentryproto.NewMockSentryServer(ctrl)
pool := NewMockPool(ctrl)
pool.EXPECT().Started().Return(true)
Expand Down

0 comments on commit f30c657

Please sign in to comment.