Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v3.0.3 (#1168)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency prettier to v3.0.3

* prettier fix

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Joshua Schmidt <[email protected]>
  • Loading branch information
renovate[bot] and thenerdassassin authored Sep 7, 2023
1 parent 62cdb2e commit ef96881
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions test/integration/postOrder.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,8 @@ suite("SDK: order posting", () => {
quantity: 1,
paymentTokenAddress,
};
const offerResponse = await sdkPolygon.createCollectionOffer(
postOrderRequest,
);
const offerResponse =
await sdkPolygon.createCollectionOffer(postOrderRequest);
expect(offerResponse).to.exist.and.to.have.property("protocol_data");
});
});

0 comments on commit ef96881

Please sign in to comment.