Skip to content

Commit

Permalink
Fix incorrect test name
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisDS committed Feb 17, 2014
1 parent 173e60c commit 679f65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/test/unit/frontend_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('Frontend Controller', function () {
}));
});

it('Redirects to home if page number is 0', function () {
it('Redirects to home if page number is -1', function () {
var req = {params: {page: -1}, route: {path: '/page/:page/'}};

frontend.homepage(req, res, null);
Expand Down

0 comments on commit 679f65c

Please sign in to comment.