Skip to content

Commit beebe7e

Browse files
committed
Fix the SketchList snapshot test (maybe)
1 parent 85f2fa3 commit beebe7e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Diff for: client/modules/IDE/components/__snapshots__/SketchList.unit.test.jsx.snap

+4-4
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ exports[`<Sketchlist /> snapshot testing 1`] = `
7575
</a>
7676
</th>
7777
<td>
78-
Feb 25, 2021, 11:58:14 PM
78+
Feb 26, 2021, 4:58:14 AM
7979
</td>
8080
<td>
81-
Feb 25, 2021, 11:58:29 PM
81+
Feb 26, 2021, 4:58:29 AM
8282
</td>
8383
<td
8484
class="sketch-list__dropdown-column"
@@ -105,10 +105,10 @@ exports[`<Sketchlist /> snapshot testing 1`] = `
105105
</a>
106106
</th>
107107
<td>
108-
Feb 23, 2021, 12:40:43 PM
108+
Feb 23, 2021, 5:40:43 PM
109109
</td>
110110
<td>
111-
Feb 23, 2021, 12:40:43 PM
111+
Feb 23, 2021, 5:40:43 PM
112112
</td>
113113
<td
114114
class="sketch-list__dropdown-column"

Diff for: client/testData/testReduxStore.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ const mockProjects = [
22
{
33
name: 'testsketch1',
44
_id: 'testid1',
5-
updatedAt: '2021-02-26T04:58:29.390Z',
5+
updatedAt: '2021-02-26T04:58:29',
66
files: [],
7-
createdAt: '2021-02-26T04:58:14.136Z',
7+
createdAt: '2021-02-26T04:58:14',
88
id: 'testid1'
99
},
1010
{
1111
name: 'testsketch2',
1212
_id: 'testid2',
13-
updatedAt: '2021-02-23T17:40:43.789Z',
13+
updatedAt: '2021-02-23T17:40:43',
1414
files: [],
15-
createdAt: '2021-02-23T17:40:43.789Z',
15+
createdAt: '2021-02-23T17:40:43',
1616
id: 'testid2'
1717
}
1818
];

0 commit comments

Comments
 (0)