Skip to content
New issue

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

token-client: Unignore tests #6517

Merged
merged 1 commit into from
Mar 29, 2024
Merged

Conversation

joncinque
Copy link
Contributor

Problem

There are some tests in the token-client that were ignored until token-2022 was included by default in solana-program-test. token-2022 is included in program-test, but the tests are still ignored.

Solution

Unignore them! There was a bug in one of the tests that tried to set an owner on an associated token account, which naturally failed, so I changed that to use an auxiliary token account instead.

@joncinque joncinque merged commit d67706f into solana-labs:master Mar 29, 2024
31 checks passed
@joncinque joncinque deleted the unignore branch March 29, 2024 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant