Skip to content

Commit

Permalink
test: typo
Browse files Browse the repository at this point in the history
Co-authored-by: danyill <danyill@users.noreply.github.com>
  • Loading branch information
JakobVogelsang and danyill committed Mar 26, 2022
1 parent 532318c commit f0b0166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/wizards/reportcontrol.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ describe('Wizards for SCL ReportControl element', () => {
await element.requestUpdate();
});

it('does not copy the control block ', () =>
it('does not copy the control block', () =>
expect(actionEvent).to.not.have.been.called);
});

Expand Down

0 comments on commit f0b0166

Please sign in to comment.