Skip to content

Commit aad250c

Browse files
Merge branch 'develop' into VerifyString
2 parents 80b324b + 2c34c7d commit aad250c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/handlers/verifyCommand.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ describe("verifyCommand", () => {
6060
const verificationSiteURL = config(env).VERIFICATION_SITE_URL;
6161
const message =
6262
`${VERIFICATION_STRING}\n${verificationSiteURL}/discord?token=${UNIQUE_TOKEN}\n${VERIFICATION_SUBSTRING}`
63-
6463
expect(resultData.data.content).toEqual(message);
6564
});
6665

0 commit comments

Comments
 (0)