Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruchika4 authored Apr 9, 2024
1 parent cbc5978 commit 0850d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/blocks/mobile-app-banner/mobile-app-banner.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('mobile-app-banner', () => {
document.head.innerHTML = '<script/>'; // This block needs a script in head.
});
afterEach(() => {
sinon.restore();
sinon.restore();
});

it('should not call branch init if no branch-io-key.json', async () => {
Expand Down

0 comments on commit 0850d61

Please sign in to comment.