Skip to content

Commit

Permalink
Updated test case
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurvir committed Apr 6, 2024
1 parent 370ddd4 commit 0bde752
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 @@ -320,7 +320,7 @@ describe('Test cases for services/ai/get_beckn_message_from_text()', () => {
})

it('Should return the correct message for a search by location', async () => {
let instruction = "I'm looking for some ev chargers near my location 30.876877, 73.868969";
let instruction = "I'm looking for some ev chargers. Lat: 30.876877, long: 73.868969";
let response = await ai.get_beckn_message_from_text(instruction, [], 'uei:charging')
expect(response).to.be.an('object');
expect(response).to.have.property('intent');
Expand Down

0 comments on commit 0bde752

Please sign in to comment.