Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Oct 8, 2024
1 parent faeee90 commit 8c668bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('getAssistantTools', () => {
});

it('should return an array of applicable tools', () => {
const tools = getAssistantTools();
const tools = getAssistantTools({});

const minExpectedTools = 3; // 3 tools are currently implemented

Expand Down

0 comments on commit 8c668bf

Please sign in to comment.