fix(test): add missing blank line between test functions in adapter_test.go

This commit is contained in:
claw
2026-05-13 14:14:11 -07:00
parent 08b5d4051b
commit 49db84fb82
+1
View File
@@ -247,6 +247,7 @@ func TestAdapter_PostReview_CommitID(t *testing.T) {
t.Errorf("expected commit_id %q forwarded to client, got %q", "sha256abc", gotCommitID) t.Errorf("expected commit_id %q forwarded to client, got %q", "sha256abc", gotCommitID)
} }
} }
func TestAdapter_PostReview_WithComments_PositionTranslation(t *testing.T) { func TestAdapter_PostReview_WithComments_PositionTranslation(t *testing.T) {
diff := `diff --git a/main.go b/main.go diff := `diff --git a/main.go b/main.go
--- a/main.go --- a/main.go