@@ -58,7 +58,7 @@ exports[`SubmissionsTable component component render tests snapshots snapshot: h
58
58
data = {
59
59
Array [
60
60
Object {
61
- " dateSubmitted" : " 9:05:54 PM " ,
61
+ " dateSubmitted" : " 2021-12-08 09:06:15.319213+00:00 " ,
62
62
" gradingStatus" : " ungraded" ,
63
63
" score" : Object {
64
64
" pointsEarned" : 1 ,
@@ -67,7 +67,7 @@ exports[`SubmissionsTable component component render tests snapshots snapshot: h
67
67
" username" : " username-1" ,
68
68
},
69
69
Object {
70
- " dateSubmitted" : " 11:52:34 PM " ,
70
+ " dateSubmitted" : " 2021-12-10 18:06:15.319213+00:00 " ,
71
71
" gradingStatus" : " graded" ,
72
72
" score" : Object {
73
73
" pointsEarned" : 2 ,
@@ -76,7 +76,7 @@ exports[`SubmissionsTable component component render tests snapshots snapshot: h
76
76
" username" : " username-2" ,
77
77
},
78
78
Object {
79
- " dateSubmitted" : " 9: 07:30 PM " ,
79
+ " dateSubmitted" : " 2021-12-11 07:06:15.319213+00:00 " ,
80
80
" gradingStatus" : " in-progress" ,
81
81
" score" : Object {
82
82
" pointsEarned" : 3 ,
@@ -176,7 +176,7 @@ exports[`SubmissionsTable component component render tests snapshots snapshot: t
176
176
data = {
177
177
Array [
178
178
Object {
179
- " dateSubmitted" : " 9:05:54 PM " ,
179
+ " dateSubmitted" : " 2021-12-08 09:06:15.319213+00:00 " ,
180
180
" gradingStatus" : " ungraded" ,
181
181
" score" : Object {
182
182
" pointsEarned" : 1 ,
@@ -185,7 +185,7 @@ exports[`SubmissionsTable component component render tests snapshots snapshot: t
185
185
" teamName" : " teamName-1" ,
186
186
},
187
187
Object {
188
- " dateSubmitted" : " 11:52:34 PM " ,
188
+ " dateSubmitted" : " 2021-12-10 18:06:15.319213+00:00 " ,
189
189
" gradingStatus" : " graded" ,
190
190
" score" : Object {
191
191
" pointsEarned" : 2 ,
@@ -194,7 +194,7 @@ exports[`SubmissionsTable component component render tests snapshots snapshot: t
194
194
" teamName" : " teamName-2" ,
195
195
},
196
196
Object {
197
- " dateSubmitted" : " 9: 07:30 PM " ,
197
+ " dateSubmitted" : " 2021-12-11 07:06:15.319213+00:00 " ,
198
198
" gradingStatus" : " in-progress" ,
199
199
" score" : Object {
200
200
" pointsEarned" : 3 ,
0 commit comments