Skip to content

Commit

Permalink
feat(icon): review comment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vikalpg authored and Westbrook committed May 8, 2023
1 parent cb41b33 commit dee1929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/icon/test/icon.test.ts
Expand Up @@ -86,7 +86,7 @@ describe('Icon', () => {

await expect(el).to.be.accessible();

expect(error).to.be.calledWithExactly(new Event('error'));
expect(error).to.be.calledOnce;
});

it('loads w/ label', async () => {
Expand Down

0 comments on commit dee1929

Please sign in to comment.