Skip to content

Commit

Permalink
zh-CN README
Browse files Browse the repository at this point in the history
  • Loading branch information
SmilingXinyi committed Apr 22, 2019
1 parent 8c1eaf3 commit 86c26c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fetch2.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ describe('Fetch2', () => {

test('initiate a put request', async () => {
try {
return await f2.request('http://localhost:3000/put', {}, {
return f2.request('http://localhost:3000/put', {}, {
method: method.PUT
})
} catch (e) {
Expand All @@ -118,7 +118,7 @@ describe('Fetch2', () => {

test('initiate a del request', async () => {
try {
return await f2.request('http://localhost:3000/delete', {}, {
return f2.request('http://localhost:3000/delete', {}, {
method: method.DELETE
})
} catch (e) {
Expand Down

0 comments on commit 86c26c5

Please sign in to comment.