We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Note
Incoming from:
⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯ FAIL packages/account/src/providers/resource-cache.test.ts > Resource Cache > can get active [no data] AssertionError: expected { utxos: [], …(1) } to strictly equal { utxos: [], messages: [] } - Expected + Received Object { - "messages": Array [], + "messages": Array [ + "0x76247988a7650df074bda987c663f35eb9206324a522e37b7c4eada45dddd477", + ], "utxos": Array [], } ❯ packages/account/src/providers/resource-cache.test.ts:60:43 58| await sleep(1); 59| 60| expect(resourceCache.getActiveData()).toStrictEqual(EXPECTED); | ^ 61| }); ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯
The text was updated successfully, but these errors were encountered:
Torres-ssf
Successfully merging a pull request may close this issue.
Note
Incoming from:
The text was updated successfully, but these errors were encountered: