Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update packages/multichain/src/scope/authorization.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
jiexi and FrederikBolding authored Jan 15, 2025
1 parent 1a87b4d commit 96f372c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/multichain/src/scope/authorization.test.ts
Original file line number Diff line number Diff line change
@@ -149,7 +149,7 @@ describe('Scope Authorization', () => {
);
});

it('buckets the mayble supportable scopes', () => {
it('buckets the maybe supportable scopes', () => {
const isChainIdSupportable = jest.fn();
bucketScopes(
{

0 comments on commit 96f372c

Please sign in to comment.