Skip to content

Commit

Permalink
Update test/consuming-actions.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: sjvans <[email protected]>
  • Loading branch information
PierreFritsch and sjvans authored Jul 29, 2024
1 parent 2d0d2cb commit 287ed9e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/consuming-actions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ describe("Consuming actions locally", () => {
stockBefore = (await cats.get(Books, BOOK_ID)).stock;
});

afterEach(async() => {
await tx.rollback();
})

it("calls unbound actions - basic variant using srv.send", async () => {
const res1 = await tx.send("submitOrder", {
book: BOOK_ID,
Expand Down

0 comments on commit 287ed9e

Please sign in to comment.