Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
brainexe committed Nov 28, 2024
1 parent a5a3337 commit 36461e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/openai/dalle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func TestDalle(t *testing.T) {

slackClient.On(
"UploadFile",
mock.MatchedBy(func(params slack.FileUploadParameters) bool {
mock.MatchedBy(func(params slack.UploadFileV2Parameters) bool {
assert.Equal(t, "dalle.png", params.Filename)
return true
}),
Expand Down

0 comments on commit 36461e4

Please sign in to comment.