Skip to content

Commit

Permalink
Remove trailing slash in assertion URL to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebathman committed Oct 18, 2019
1 parent 50fdf04 commit 3c366c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/js/test.route.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ describe('route()', function() {
let defaultParameters = global.Ziggy.defaultParameters;
global.Ziggy.defaultParameters = [];
assert.equal(
'http://myapp.dev/stuff/',
'http://myapp.dev/stuff',
route('withOptionalFilter')
);
global.Ziggy.defaultParameters = defaultParameters;
Expand Down

0 comments on commit 3c366c6

Please sign in to comment.