From 49db84fb82609e2978015d9312feb55f39b554b9 Mon Sep 17 00:00:00 2001 From: claw Date: Wed, 13 May 2026 14:14:11 -0700 Subject: [PATCH] fix(test): add missing blank line between test functions in adapter_test.go --- gitea/adapter_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/gitea/adapter_test.go b/gitea/adapter_test.go index adb2273..46b4edc 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