From 4e5a94c9d89d22220756e912c06ee1026c223920 Mon Sep 17 00:00:00 2001 From: Rhys Arkins Date: Tue, 22 Sep 2020 08:01:02 +0200 Subject: [PATCH] chore: update snapshot --- lib/platform/bitbucket/__snapshots__/index.spec.ts.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/platform/bitbucket/__snapshots__/index.spec.ts.snap b/lib/platform/bitbucket/__snapshots__/index.spec.ts.snap index 17b05c9c2873f7..6127836ed45001 100644 --- a/lib/platform/bitbucket/__snapshots__/index.spec.ts.snap +++ b/lib/platform/bitbucket/__snapshots__/index.spec.ts.snap @@ -992,9 +992,9 @@ exports[`platform/bitbucket getPrList() filters PR list by author 1`] = ` Array [ Object { "body": undefined, - "branchName": "branch-a", "createdAt": undefined, "number": 1, + "sourceBranch": "branch-a", "state": "open", "targetBranch": "branch-b", "title": undefined,