We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80b324b + 2c34c7d commit aad250cCopy full SHA for aad250c
tests/unit/handlers/verifyCommand.test.ts
@@ -60,7 +60,6 @@ describe("verifyCommand", () => {
60
const verificationSiteURL = config(env).VERIFICATION_SITE_URL;
61
const message =
62
`${VERIFICATION_STRING}\n${verificationSiteURL}/discord?token=${UNIQUE_TOKEN}\n${VERIFICATION_SUBSTRING}`
63
-
64
expect(resultData.data.content).toEqual(message);
65
});
66
0 commit comments