Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Salet committed Jul 31, 2024
1 parent c6dda44 commit cf74d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/user.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ describe("User test", () => {

test("should report a user", async () => {
const reportReason = "Inappropriate behavior"
await user.report(reportReason)
await user.DEPRECATED_report(reportReason)
await sleep(150) // history calls have around 130ms of cache time

const adminChannel =
Expand Down

0 comments on commit cf74d62

Please sign in to comment.