Skip to content

Commit

Permalink
TEsting CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mersho committed Sep 4, 2023
1 parent 7294f60 commit 8d14656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bot_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const ordersActions = require('../bot/ordersActions');
const testUser = require('./user');
const testOrder = require('./order');
const { getCurrenciesWithPrice } = require('../util');
const mongoConnect = require('../db_connect');
const mongoConnect = require('../db_connect').default;

mongoConnect();

Expand Down

0 comments on commit 8d14656

Please sign in to comment.