Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Oct 14, 2024
1 parent 7640647 commit f839bc5
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe('SnapInterfaceController', () => {
expect(rootMessenger.call).toHaveBeenNthCalledWith(
3,
'PhishingController:testOrigin',
'foo.bar',
'https://foo.bar/',
);

expect(content).toStrictEqual(getJsxElementFromComponent(components));
Expand Down Expand Up @@ -118,7 +118,7 @@ describe('SnapInterfaceController', () => {
expect(rootMessenger.call).toHaveBeenNthCalledWith(
3,
'PhishingController:testOrigin',
'foo.bar',
'https://foo.bar/',
);

expect(content).toStrictEqual(element);
Expand Down Expand Up @@ -239,7 +239,7 @@ describe('SnapInterfaceController', () => {
expect(rootMessenger.call).toHaveBeenNthCalledWith(
3,
'PhishingController:testOrigin',
'foo.bar',
'https://foo.bar/',
);
});

Expand Down Expand Up @@ -289,7 +289,7 @@ describe('SnapInterfaceController', () => {
expect(rootMessenger.call).toHaveBeenNthCalledWith(
3,
'PhishingController:testOrigin',
'foo.bar',
'https://foo.bar/',
);
});

Expand Down Expand Up @@ -708,7 +708,7 @@ describe('SnapInterfaceController', () => {
expect(rootMessenger.call).toHaveBeenNthCalledWith(
5,
'PhishingController:testOrigin',
'foo.bar',
'https://foo.bar/',
);
});

Expand Down Expand Up @@ -774,7 +774,7 @@ describe('SnapInterfaceController', () => {
expect(rootMessenger.call).toHaveBeenNthCalledWith(
5,
'PhishingController:testOrigin',
'foo.bar',
'https://foo.bar/',
);
});

Expand Down

0 comments on commit f839bc5

Please sign in to comment.