Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozzey committed Feb 3, 2025
1 parent e6fe636 commit 3b196c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ describe('Bill Runs Review - Review Licence presenter', () => {
})
})

describe('when enableSystemReturnsView is set to false', () => {
describe('and the "enableSystemReturnsView" flag is set to false', () => {
beforeEach(() => {
Sinon.stub(FeatureFlagsConfig, 'enableSystemReturnsView').value(false)
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ describe('Bill Runs Review - Review Charge Element Service', () => {
})
})

describe('when enableSystemReturnsView is set to false', () => {
describe('and the "enableSystemReturnsView" flag is set to false', () => {
beforeEach(() => {
yarStub = { flash: Sinon.stub().withArgs('banner').returns([undefined]) }

Expand Down

0 comments on commit 3b196c6

Please sign in to comment.