This commit is contained in:
Ajay Ramachandran
2021-08-10 23:13:59 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -168,7 +168,7 @@ describe("setUsername", () => {
assert.strictEqual(usernameInfo.locked, 1, "username should be locked");
done();
})
.catch(() => done(`couldn't call endpoint`));
.catch((err) => done(`couldn't call endpoint: ${err}`));
});
it("Should filter out unicode control characters", (done: Done) => {