Skip to content

Commit

Permalink
use special character in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
AVaksman committed May 15, 2019
1 parent 819bbc7 commit 2c6bcfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3248,6 +3248,7 @@ describe('File', () => {
});

it('should correctly format URL in the request', done => {
file = new File(BUCKET, 'my#file$.png');
const expecterURL = `http://${
BUCKET.name
}.storage.googleapis.com/${encodeURIComponent(file.name)}`;
Expand Down

0 comments on commit 2c6bcfb

Please sign in to comment.