Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell committed Apr 20, 2022
1 parent 6caa955 commit 29cba79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/node/operations/getQuota.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe("getQuota", function () {
});
});

it("supports path option", async function() {
it("supports path option", async function () {
await this.client.getQuota({ path: "sub1" });
const [requestOptions] = this.requestSpy.firstCall.args;
expect(requestOptions)
Expand Down

0 comments on commit 29cba79

Please sign in to comment.