Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroslopez committed Feb 28, 2022
1 parent 6691d25 commit 1f4328c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const Contact = require('../src/structures/Contact');
const Message = require('../src/structures/Message');
const MessageMedia = require('../src/structures/MessageMedia');
const Location = require('../src/structures/Location');
const LegacySessionAuth = require('../src/authStrategies/LegacySessionAuth');
const { MessageTypes, WAState } = require('../src/util/Constants');
const { LegacySessionAuth } = require('../src/authStrategies/LegacySessionAuth');

const expect = chai.expect;
chai.use(chaiAsPromised);
Expand Down

0 comments on commit 1f4328c

Please sign in to comment.