From 4e5a94c9d89d22220756e912c06ee1026c223920 Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
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 17b05c9c28..6127836ed4 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,
-- 
GitLab