From 56cdbb643f180a672ad3fa004a7a891d1be4a2d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Wed, 14 Apr 2021 19:41:55 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20`pr=20view`=20tests=20broken=20by=20`crea?= =?UTF-8?q?tedAt`=20=E2=86=92=20`submittedAt`=20switch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/cmd/pr/view/fixtures/prViewPreviewReviews.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg/cmd/pr/view/fixtures/prViewPreviewReviews.json b/pkg/cmd/pr/view/fixtures/prViewPreviewReviews.json index 393003fd9..7948922a8 100644 --- a/pkg/cmd/pr/view/fixtures/prViewPreviewReviews.json +++ b/pkg/cmd/pr/view/fixtures/prViewPreviewReviews.json @@ -10,7 +10,7 @@ }, "authorAssociation": "NONE", "body": "Review 1", - "createdAt": "2020-01-02T12:00:00Z", + "submittedAt": "2020-01-02T12:00:00Z", "includesCreatedEdit": false, "reactionGroups": [ { @@ -71,7 +71,7 @@ }, "authorAssociation": "OWNER", "body": "Review 2", - "createdAt": "2020-01-04T12:00:00Z", + "submittedAt": "2020-01-04T12:00:00Z", "includesCreatedEdit": false, "reactionGroups": [ { @@ -132,7 +132,7 @@ }, "authorAssociation": "MEMBER", "body": "Review 3", - "createdAt": "2020-01-06T12:00:00Z", + "submittedAt": "2020-01-06T12:00:00Z", "includesCreatedEdit": true, "reactionGroups": [ { @@ -193,7 +193,7 @@ }, "authorAssociation": "NONE", "body": "Review 4", - "createdAt": "2020-01-08T12:00:00Z", + "submittedAt": "2020-01-08T12:00:00Z", "includesCreatedEdit": false, "reactionGroups": [ { @@ -254,7 +254,7 @@ }, "authorAssociation": "NONE", "body": "Review 5", - "createdAt": "2020-01-10T12:00:00Z", + "submittedAt": "2020-01-10T12:00:00Z", "includesCreatedEdit": false, "reactionGroups": [ {