Skip to content

Commit 9b0f7e2

Browse files
reversed snapshots
1 parent 20bb0c2 commit 9b0f7e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/__snapshots__/snapshots.spec.js.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3979,7 +3979,7 @@ exports[`test defaultValue: set to arbitrary value 1`] = `
39793979
onFocus={[Function]}
39803980
onKeyDown={[Function]}
39813981
type="text"
3982-
value="12/22/2016 3:36 AM" />
3982+
value="12/22/2016 12:36 AM" />
39833983
<div
39843984
className="rdtPicker">
39853985
<div
@@ -4312,7 +4312,7 @@ exports[`test defaultValue: set to arbitrary value 1`] = `
43124312
className="rdtTimeToggle"
43134313
colSpan={7}
43144314
onClick={[Function]}>
4315-
3:36 AM
4315+
12:36 AM
43164316
</td>
43174317
</tr>
43184318
</tfoot>
@@ -6072,7 +6072,7 @@ exports[`test value: set to arbitrary value 1`] = `
60726072
onFocus={[Function]}
60736073
onKeyDown={[Function]}
60746074
type="text"
6075-
value="12/22/2016 3:36 AM" />
6075+
value="12/22/2016 12:36 AM" />
60766076
<div
60776077
className="rdtPicker">
60786078
<div
@@ -6405,7 +6405,7 @@ exports[`test value: set to arbitrary value 1`] = `
64056405
className="rdtTimeToggle"
64066406
colSpan={7}
64076407
onClick={[Function]}>
6408-
3:36 AM
6408+
12:36 AM
64096409
</td>
64106410
</tr>
64116411
</tfoot>

0 commit comments

Comments
 (0)