Skip to content

Commit

Permalink
Merge pull request strongloop#3725 from STRML/fix/exclusive-test
Browse files Browse the repository at this point in the history
fix(test): rem exclusive test
  • Loading branch information
bajtos authored Dec 8, 2017
2 parents 3bf84ba + 3af6a1b commit fdb4539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/role.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit fdb4539

Please sign in to comment.