Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nbonamy committed May 15, 2024
1 parent 3c67adb commit 2118c9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build/build_number.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
188
190
2 changes: 0 additions & 2 deletions tests/unit/assistant.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,12 @@ test('Assistant Image', async () => {
test('Assistant Attachment', async () => {
assistant.setChat(new Chat())
await assistant.attach({
type: 'image',
url: 'clipboard://',
format: 'png',
contents: 'image_content',
downloaded: false
})
expect(assistant.chat.lastMessage().attachment).toStrictEqual({
type: 'image',
url: 'clipboard://',
format: 'png',
contents: 'image_content',
Expand Down

0 comments on commit 2118c9c

Please sign in to comment.