Showing
1 changed file
with
1 additions
and
1 deletions
@@ -22,7 +22,7 @@ test('uri format', t => { | @@ -22,7 +22,7 @@ test('uri format', t => { | ||
22 | let mod = 'list'; | 22 | let mod = 'list'; |
23 | let expected = '//list.m.yohobuy.com/test?name=yoho'; | 23 | let expected = '//list.m.yohobuy.com/test?name=yoho'; |
24 | 24 | ||
25 | - t.is(helpers.url(uri, qs, mod), expected); | 25 | + t.is(helpers.urlFormat(uri, qs, mod), expected); |
26 | }); | 26 | }); |
27 | 27 | ||
28 | test('upper char to lowercase', t => { | 28 | test('upper char to lowercase', t => { |
-
Please register or login to post a comment