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

Commit 65bb008

Browse files
Merge branch 'features/check-suite-annotations-inline' into donokuda/check-suite-polish
2 parents 92903eb + cbbb54b commit 65bb008

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using System.Collections.Generic;
1+
using System;
2+
using System.Collections.Generic;
23
using System.Globalization;
34
using System.Linq;
45
using System.Reactive.Concurrency;
@@ -128,7 +129,7 @@ async Task<PullRequestReviewCommentThreadViewModel> CreateTarget(
128129

129130
if (newThread)
130131
{
131-
await result.InitializeNewAsync(session, file, 10, DiffSide.Right, true);
132+
await result.InitializeNewAsync(session, annotations, file, 10, DiffSide.Right, true);
132133
}
133134
else
134135
{

0 commit comments

Comments
 (0)