Commit 08f51415 authored by Fernando's avatar Fernando

Fix typo in unit test

* Correct spelling
parent 60e014c0
...@@ -256,7 +256,7 @@ describe('License Management', () => { ...@@ -256,7 +256,7 @@ describe('License Management', () => {
describe.each` describe.each`
licenseComplianceDeniesMr | should licenseComplianceDeniesMr | should
${true} | ${'should'} ${true} | ${'should'}
${false} | ${'shouls not'} ${false} | ${'should not'}
`( `(
'when licenseComplianceDeniesMr feature flag is $licenseComplianceDeniesMr', 'when licenseComplianceDeniesMr feature flag is $licenseComplianceDeniesMr',
({ licenseComplianceDeniesMr, should }) => { ({ 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