Skip to content

Commit

Permalink
feat: fix broken test
Browse files Browse the repository at this point in the history
Signed-off-by: Olga Nad <[email protected]>
  • Loading branch information
olga-union committed Mar 23, 2022
1 parent 5d0d85f commit 18db906
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('useOnlyMyExecutionsFilterState', () => {
${false} | ${false} | ${{ isFilterDisabled: false, onlyMyExecutionsValue: false }}
${false} | ${true} | ${{ isFilterDisabled: false, onlyMyExecutionsValue: true }}
${true} | ${false} | ${{ isFilterDisabled: true, onlyMyExecutionsValue: false }}
${true} | ${true} | ${{ isFilterDisabled: true, onlyMyExecutionsValue: false }}
${true} | ${true} | ${{ isFilterDisabled: true, onlyMyExecutionsValue: true }}
`('for each case', ({ isFilterDisabled, initialValue, expected }) => {
it(`should return ${JSON.stringify(
expected,
Expand Down

0 comments on commit 18db906

Please sign in to comment.