Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pyama86 committed Nov 7, 2023
1 parent 34c0c77 commit b60465d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mention.test.ts
Expand Up @@ -53,8 +53,8 @@ describe('appMention', () => {
ts: 'test_thread_ts'
})

expect(mockSay).toHaveBeenCalledTimes(2)
expect(mockSay).toHaveBeenNthCalledWith(2, {
expect(mockSay).toHaveBeenCalledTimes(1)
expect(mockSay).toHaveBeenNthCalledWith(1, {
text: 'GPTの回答',
thread_ts: 'test_ts'
})
Expand Down

0 comments on commit b60465d

Please sign in to comment.