Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bandana147 committed Jan 22, 2025
1 parent 78687d3 commit 905f22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/blocks/global-navigation/utilities/utilities.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,6 @@ describe('global navigation utilities', () => {
document.body.append(gnav, lnav);
const gnavHeight = getGnavHeight();
expect(gnavHeight).to.equal(40);
})
});
});
});

0 comments on commit 905f22f

Please sign in to comment.