Skip to content

Commit

Permalink
test cases cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurvir committed Apr 7, 2024
1 parent dfa4691 commit 6dd80aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/services/ai.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ describe('Test cases for get_profile_from_text', () => {
})
})

describe.only('Test cases for services/ai/generate_search_request_from_text()', () => {
describe('Test cases for services/ai/generate_search_request_from_text()', () => {
it('Should return the correct message for a search by name', async () => {
let instruction = "I'm looking for some raincoats in Yellowstone";
let response = await ai.generate_search_request_from_text(instruction)
Expand Down

0 comments on commit 6dd80aa

Please sign in to comment.