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 839b400 commit 2d0d2cb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/consuming-actions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ describe("Consuming actions locally", () => {
beforeEach(async () => {
// Read the stock before the action is called
stockBefore = (await cats.get(Books, BOOK_ID)).stock;

// Use a manual transaction to create a continuation with an authenticated user
tx = await cats.tx({user: "alice"});
});

afterEach(async() => {
Expand Down

0 comments on commit 2d0d2cb

Please sign in to comment.