Skip to content

Commit

Permalink
fix: await instance reset (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamegyed authored Aug 14, 2024
1 parent f460e8a commit cdf4825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .vitest/setupTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ afterEach(() => {
});

afterAll(async () => {
local060Instance.restart();
local070Instance.restart();
await local060Instance.restart();
await local070Instance.restart();
});
8 changes: 0 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,6 @@
"@alchemy/aa-core" "^3.18.2"
viem "2.8.6"

"@alchemy/aa-accounts@^3.19.0":
version "3.19.0"
resolved "https://registry.yarnpkg.com/@alchemy/aa-accounts/-/aa-accounts-3.19.0.tgz#ad433eaecf53dcb0ebd5c793c44f217fccc60d72"
integrity sha512-cdR8H9LveeUyBWFkmoqU7hZnFoqmdyPQDYZRtFr9aF+3zWAQYYJ/13Vz7aoVQ4lZ57+JQj7fN5vSVn2gFI47yA==
dependencies:
"@alchemy/aa-core" "^3.18.2"
viem "2.8.6"

"@alchemy/aa-alchemy@3.14.1":
version "3.14.1"
resolved "https://registry.yarnpkg.com/@alchemy/aa-alchemy/-/aa-alchemy-3.14.1.tgz#66a12acd95eddbffe69d15330de1f30dc092d28b"
Expand Down

0 comments on commit cdf4825

Please sign in to comment.