Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
makramkd committed Sep 20, 2024
1 parent 27e44f6 commit 64fd249
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/capabilities/ccip/launcher/launcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,7 @@ func Test_createDON(t *testing.T) {
},
}}, nil)
oracleCreator.EXPECT().Type().Return(cctypes.OracleTypeBootstrap).Once()
oracleCreator.
On("Create", mock.Anything).
Return(mocks.NewCCIPOracle(t), nil).Twice()
oracleCreator.EXPECT().Create(mock.Anything, mock.Anything).Return(mocks.NewCCIPOracle(t), nil).Twice()
},
false,
},
Expand Down

0 comments on commit 64fd249

Please sign in to comment.