chore: fix typo in mockgen (#403)

This commit is contained in:
Dane Strandboge
2022-06-23 10:02:00 -05:00
committed by GitHub
parent 760f07ed9e
commit 09881c0214
3 changed files with 70 additions and 70 deletions

View File

@ -18,7 +18,7 @@ func Test_SimpleCreate(t *testing.T) {
t.Parallel()
ctrl := gomock.NewController(t)
scriptsApi := mock.NewMockInvocableScriptsApi(ctrl)
scriptsApi := mock.NewMockInvokableScriptsApi(ctrl)
var (
scriptId = "123456789"
@ -76,7 +76,7 @@ func Test_SimpleList(t *testing.T) {
t.Parallel()
ctrl := gomock.NewController(t)
scriptsApi := mock.NewMockInvocableScriptsApi(ctrl)
scriptsApi := mock.NewMockInvokableScriptsApi(ctrl)
language := api.SCRIPTLANGUAGE_FLUX
scripts := []api.Script{{
@ -135,7 +135,7 @@ func Test_Update(t *testing.T) {
t.Parallel()
ctrl := gomock.NewController(t)
scriptsApi := mock.NewMockInvocableScriptsApi(ctrl)
scriptsApi := mock.NewMockInvokableScriptsApi(ctrl)
var (
scriptId = "123456789"