Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmule committed Jan 14, 2016
1 parent b0dd47e commit af5bfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/common/controllers/navigation-controller-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('navigation controller', function () {
});
});

describe('private deployment', function() {
describe('private deployment', function () {
it('should not allow a user to register on a private deployment', function () {
expect($scope.site.private).toBe(true);
expect($scope.canRegister()).toBe(false);
Expand Down

0 comments on commit af5bfe8

Please sign in to comment.