Skip to content

Commit

Permalink
test cases fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurvir committed Apr 8, 2024
1 parent 389df92 commit d268d8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion services/MapService.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {Client} from "@googlemaps/google-maps-services-js";
import logger from "../utils/logger";
import logger from '../utils/logger.js'


class MapsService {
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/controllers/bot.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const mapService = new MapsService()
const ai = new AI();
const actionsService = new ActionService()

describe('Should test the Bot controller', () => {
it.only('It should take a trip plannign input and generate static route image and directions link.', async () => {
describe.only('Should test the Bot controller', () => {
it('It should take a trip plannign input and generate static route image and directions link.', async () => {
const ask = "Can you plean a trip from Denver to Yellowstone national park?";

// identify source and destination
Expand Down

0 comments on commit d268d8c

Please sign in to comment.