Skip to content

Commit 249559b

Browse files
author
pushpendu
committed
fix:the validation message
1 parent 3314fcd commit 249559b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/users.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ describe("Users", function () {
230230
expect(res.body).to.eql({
231231
statusCode: 400,
232232
error: "Bad Request",
233-
message: "Username must be lowercase only hypen, numbers are allowed",
233+
message: "Username must be lowercase only hypen, numbers are allowed.",
234234
});
235235

236236
return done();

0 commit comments

Comments
 (0)