Skip to content

Commit 1063f83

Browse files
committed
fix after rebase
1 parent 0b237ac commit 1063f83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/snaps-controllers/coverage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"branches": 93.38,
2+
"branches": 93.4,
33
"functions": 97.38,
44
"lines": 98.34,
55
"statements": 98.07

packages/snaps-controllers/src/snaps/SnapController.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4401,7 +4401,7 @@ describe('SnapController', () => {
44014401
await expect(
44024402
snapController.handleRequest({
44034403
snapId: MOCK_SNAP_ID,
4404-
origin: 'foo.com',
4404+
origin: MOCK_ORIGIN,
44054405
handler: HandlerType.OnAssetHistoricalPrice,
44064406
request: {
44074407
jsonrpc: '2.0',
@@ -4468,7 +4468,7 @@ describe('SnapController', () => {
44684468
expect(
44694469
await snapController.handleRequest({
44704470
snapId: MOCK_SNAP_ID,
4471-
origin: 'foo.com',
4471+
origin: MOCK_ORIGIN,
44724472
handler: HandlerType.OnAssetHistoricalPrice,
44734473
request: {
44744474
jsonrpc: '2.0',

0 commit comments

Comments
 (0)