Skip to content

Commit

Permalink
fix tests and coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Nov 27, 2024
1 parent a1a20fe commit a2e7034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5611,7 +5611,7 @@ describe('SnapController', () => {
[MOCK_SNAP_ID]: {},
}),
).rejects.toThrow(
'A snap must request at least one of the following permissions: endowment:rpc, endowment:transaction-insight, endowment:cronjob, endowment:name-lookup, endowment:lifecycle-hooks, endowment:keyring, endowment:page-home, endowment:signature-insight.',
'A snap must request at least one of the following permissions: endowment:rpc, endowment:transaction-insight, endowment:cronjob, endowment:name-lookup, endowment:lifecycle-hooks, endowment:keyring, endowment:page-home, endowment:page-settings, endowment:signature-insight.',
);

controller.destroy();
Expand Down
2 changes: 1 addition & 1 deletion packages/snaps-utils/coverage.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"branches": 99.74,
"functions": 98.93,
"lines": 99.46,
"statements": 96.37
"statements": 96.18
}

0 comments on commit a2e7034

Please sign in to comment.