Skip to content

Commit

Permalink
added logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurvir committed Apr 8, 2024
1 parent d268d8c commit 9b52371
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/controllers/bot.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ describe.only('Should test the Bot controller', () => {
expect(details).to.have.property('source');
expect(details).to.have.property('destination');

logger.info(details);

// Get gps for source and destination

const source_gps = await mapService.lookupGps(details.source);
Expand Down

0 comments on commit 9b52371

Please sign in to comment.