diff --git a/gitea/adapter_test.go b/gitea/adapter_test.go index 75e2343..e898f2b 100644 --- a/gitea/adapter_test.go +++ b/gitea/adapter_test.go @@ -247,6 +247,7 @@ func TestAdapter_PostReview_CommitID(t *testing.T) { t.Errorf("expected commit_id %q forwarded to client, got %q", "sha256abc", gotCommitID) } } + func TestAdapter_PostReview_WithComments_PositionTranslation(t *testing.T) { diff := `diff --git a/main.go b/main.go --- a/main.go