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

Commit d69aecd

Browse files
committed
Removed unused parameter.
1 parent 7207afb commit d69aecd

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)