Skip to content

Commit

Permalink
Update packages/snaps-execution-environments/src/common/BaseSnapExecu…
Browse files Browse the repository at this point in the history
…tor.test.browser.ts

Co-authored-by: Maarten Zuidhoorn <[email protected]>
  • Loading branch information
FrederikBolding and Mrtenz authored Apr 24, 2024
1 parent 9e1d8a9 commit 4caa489
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,7 @@ describe('BaseSnapExecutor', () => {
});
});

it('throws if the Snap doesnt export anything', async () => {
it("throws if the Snap doesn't export anything", async () => {
const CODE = ``;

const executor = new TestSnapExecutor();
Expand Down

0 comments on commit 4caa489

Please sign in to comment.