Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 2ba32b8

Browse files
authored
Merge branch 'master' into fixes/2143-show-100-recently-pushed
2 parents 90ea21a + aeb025e commit 2ba32b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/GitHub.App.UnitTests/ViewModels/PullRequestReviewCommentViewModelTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,7 @@ static PullRequestReviewModel CreateReview(
250250
};
251251
}
252252

253-
static ICommentThreadViewModel CreateThread(
254-
bool canPost = true)
253+
static ICommentThreadViewModel CreateThread()
255254
{
256255
var result = Substitute.For<ICommentThreadViewModel>();
257256
return result;

0 commit comments

Comments
 (0)