Skip to content

Commit 24014ff

Browse files
committed
update test
1 parent 71c129e commit 24014ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__tests__/shared/components/challenge-listing/Filters/__snapshots__/FiltersSwitch.jsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ exports[`Matches shallow shapshot 1`] = `
66
onClick={[Function]}
77
onKeyPress={[Function]}
88
role="button"
9-
tabIndex="0"
9+
tabIndex={0}
1010
>
1111
<FiltersIcon
1212
className="src-shared-components-challenge-listing-Filters-FiltersSwitch-___style__FiltersIcon___OqBJh"
@@ -25,7 +25,7 @@ exports[`Matches shallow shapshot 2`] = `
2525
onClick={[Function]}
2626
onKeyPress={[Function]}
2727
role="button"
28-
tabIndex="0"
28+
tabIndex={0}
2929
>
3030
<FiltersIcon
3131
className="src-shared-components-challenge-listing-Filters-FiltersSwitch-___style__FiltersIcon___OqBJh"

0 commit comments

Comments
 (0)