Skip to content

Commit

Permalink
Fix prettier errors
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmchase committed Nov 29, 2018
1 parent 597f29e commit f1fbe9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.js
Expand Up @@ -1322,7 +1322,7 @@ describe("S3rver CORS Policy Tests", function() {
url,
headers: {
origin,
"Access-Control-Request-Method": "GET",
"Access-Control-Request-Method": "GET"
// No Access-Control-Request-Headers specified...
}
});
Expand All @@ -1332,7 +1332,7 @@ describe("S3rver CORS Policy Tests", function() {
yield thunkToPromise(done => server.close(done));
expect(error).to.not.exist;
}
})
});
});

describe("S3rver Tests with Static Web Hosting", function() {
Expand Down

0 comments on commit f1fbe9c

Please sign in to comment.