From 3af6a1bbaaebb208cbf67c20696e261aeb776578 Mon Sep 17 00:00:00 2001 From: Samuel Reed Date: Fri, 8 Dec 2017 11:14:15 -0600 Subject: [PATCH] fix(test): rem exclusive test Ref: #3720 --- test/role.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/role.test.js b/test/role.test.js index 229a4179..e2a262c4 100644 --- a/test/role.test.js +++ b/test/role.test.js @@ -364,7 +364,7 @@ describe('role model', function() { }); }); - it.only('should be properly authenticated with 0 userId', function(done) { + it('should be properly authenticated with 0 userId', function(done) { var userData = {name: 'Raymond', email: 'x@y.com', password: 'foobar', id: 0}; var TestUser = app.registry.createModel({ name: 'TestUser',