fix(test): add missing blank line between test functions in adapter_test.go
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user