Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Mersho committed May 14, 2024
1 parent c29e507 commit 2f1e091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/bot_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ describe('Telegram bot test', () => {
console.log("++++log");
const res = await client.sendCommand(command);
console.log("-----------log");
console.log(res);
expect(res.ok).to.be.equal(true);
const updates = await client.getUpdates();
console.log("updates:");
Expand Down

0 comments on commit 2f1e091

Please sign in to comment.