Skip to content

Commit 37a53ca

Browse files
test fix
1 parent 635ae94 commit 37a53ca

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ exports[`Matches shallow shapshot 1`] = `
8484
options={
8585
Array [
8686
Object {
87+
"data": <div>
88+
Sample community
89+
</div>,
8790
"label": "Sample community",
8891
"name": "Sample community",
8992
"value": "123",
90-
"data": <div>
91-
Sample community
92-
</div>
9393
},
9494
]
9595
}
@@ -300,12 +300,12 @@ exports[`Matches shallow shapshot 2`] = `
300300
options={
301301
Array [
302302
Object {
303+
"data": <div>
304+
Sample community
305+
</div>,
303306
"label": "Sample community",
304307
"name": "Sample community",
305308
"value": "123",
306-
"data": <div>
307-
Sample community
308-
</div>
309309
},
310310
]
311311
}

0 commit comments

Comments
 (0)