Skip to content

Commit

Permalink
Updated issue number in test to match pull request issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
djbriane committed Nov 2, 2012
1 parent 8decce8 commit d389418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ $(document).ready(function() {
new Router;
});

test("#1793 Trailing spaces (pushState:false).", 1, function() {
test("#1794 Trailing spaces (pushState:false).", 1, function() {
var count = 0;

Backbone.history.stop();
Expand All @@ -517,7 +517,7 @@ $(document).ready(function() {
router.off("route:search"); //unbind events
});

test("#1793 Trailing spaces using browser location (pushState: false).", 1, function() {
test("#1794 Trailing spaces using browser location (pushState: false).", 1, function() {
var count = 0;

Backbone.history.stop();
Expand Down

0 comments on commit d389418

Please sign in to comment.