X Tutup
Skip to content

Commit 56cdbb6

Browse files
committed
Fix pr view tests broken by createdAtsubmittedAt switch
1 parent 625505d commit 56cdbb6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkg/cmd/pr/view/fixtures/prViewPreviewReviews.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"authorAssociation": "NONE",
1212
"body": "Review 1",
13-
"createdAt": "2020-01-02T12:00:00Z",
13+
"submittedAt": "2020-01-02T12:00:00Z",
1414
"includesCreatedEdit": false,
1515
"reactionGroups": [
1616
{
@@ -71,7 +71,7 @@
7171
},
7272
"authorAssociation": "OWNER",
7373
"body": "Review 2",
74-
"createdAt": "2020-01-04T12:00:00Z",
74+
"submittedAt": "2020-01-04T12:00:00Z",
7575
"includesCreatedEdit": false,
7676
"reactionGroups": [
7777
{
@@ -132,7 +132,7 @@
132132
},
133133
"authorAssociation": "MEMBER",
134134
"body": "Review 3",
135-
"createdAt": "2020-01-06T12:00:00Z",
135+
"submittedAt": "2020-01-06T12:00:00Z",
136136
"includesCreatedEdit": true,
137137
"reactionGroups": [
138138
{
@@ -193,7 +193,7 @@
193193
},
194194
"authorAssociation": "NONE",
195195
"body": "Review 4",
196-
"createdAt": "2020-01-08T12:00:00Z",
196+
"submittedAt": "2020-01-08T12:00:00Z",
197197
"includesCreatedEdit": false,
198198
"reactionGroups": [
199199
{
@@ -254,7 +254,7 @@
254254
},
255255
"authorAssociation": "NONE",
256256
"body": "Review 5",
257-
"createdAt": "2020-01-10T12:00:00Z",
257+
"submittedAt": "2020-01-10T12:00:00Z",
258258
"includesCreatedEdit": false,
259259
"reactionGroups": [
260260
{

0 commit comments

Comments
 (0)
X Tutup