Skip to content

Commit

Permalink
fix: drop lost testing output (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
KnorpelSenf authored Aug 12, 2024
1 parent dfb5ff6 commit 8624b92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/context.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ describe("Context", () => {
assertEquals(ctx.from, up.message_reaction?.user);
up = { chat_boost: update.chat_boost } as Update;
ctx = new Context(up, api, me);
console.log(up);
assertEquals(ctx.from, up.chat_boost?.boost.source.user);
up = { removed_chat_boost: update.removed_chat_boost } as Update;
ctx = new Context(up, api, me);
Expand Down

0 comments on commit 8624b92

Please sign in to comment.