Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Remove .only on test
Browse files Browse the repository at this point in the history
  • Loading branch information
Braydon Fuller committed Dec 6, 2017
1 parent c1639f5 commit b55f6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/user.unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ describe('Storage/models/User', function() {
});
});

describe.only('#updateUnknownReports', function() {
describe('#updateUnknownReports', function() {
it('it will update report rates without pre-existing data', function(done) {
var user = new User({
_id: 'testreporter1@user.tld',
Expand Down

0 comments on commit b55f6ab

Please sign in to comment.