Skip to content

Commit 9566860

Browse files
committed
Remove silly test
1 parent 9fb2cd2 commit 9566860

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/test/github/pullRequestModel.test.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -148,14 +148,4 @@ describe('PullRequestModel', function () {
148148
assert.strictEqual(onDidChangeReviewThreads.getCall(0).args[0]['removed'].length, 0);
149149
});
150150
});
151-
152-
describe('updateBaseBranch', function () {
153-
it('should have updateBaseBranch method', function () {
154-
const pr = new PullRequestBuilder().build();
155-
const model = new PullRequestModel(credentials, telemetry, repo, remote, convertRESTPullRequestToRawPullRequest(pr, repo));
156-
157-
// Verify the method exists
158-
assert.strictEqual(typeof model.updateBaseBranch, 'function');
159-
});
160-
});
161151
});

0 commit comments

Comments
 (0)