Commit 08f51415 authored by Fernando's avatar Fernando

Fix typo in unit test

* Correct spelling
parent 60e014c0
......@@ -256,7 +256,7 @@ describe('License Management', () => {
describe.each`
licenseComplianceDeniesMr | should
${true} | ${'should'}
${false} | ${'shouls not'}
${false} | ${'should not'}
`(
'when licenseComplianceDeniesMr feature flag is $licenseComplianceDeniesMr',
({ licenseComplianceDeniesMr, should }) => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment