Skip to content

Commit

Permalink
Fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Jan 16, 2014
1 parent f5da387 commit 8c25c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_browser.js
Expand Up @@ -20,7 +20,7 @@ describe('substitute', function() {

it('can generate url', function() {
equal(
'moc.oof/11f7137f6ab2e19167dec729cafa658a/bar/baz.jpg',
'moc.oof/11f7137f6ab2e19167dec729cafa658a/bar%2Fbaz.jpg',
substitute.link('http://foo.com/bar/baz.jpg')
);

Expand Down

0 comments on commit 8c25c02

Please sign in to comment.