Explorar o código

Fix wrong correct output for test

sbkwgh %!s(int64=8) %!d(string=hai) anos
pai
achega
52a69b7191
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/user.js

+ 1 - 1
test/user.js

@@ -35,7 +35,7 @@ describe('User', () => {
 				.end((err, res) => {
 					res.should.have.status(200)
 					res.should.be.json
-					res.body.should.have.property('username', 'test')
+					res.body.should.have.property('username', 'username')
 					res.body.should.have.property('hash')
 					
 					done()