From 2a837d20c84db4b0c2a93b712ea5445844ac70b8 Mon Sep 17 00:00:00 2001 From: Arthur Shvarts Date: Tue, 3 Sep 2024 09:09:44 -0400 Subject: [PATCH] Remove dead code --- internal/pkg/githubapi/github_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/pkg/githubapi/github_test.go b/internal/pkg/githubapi/github_test.go index c52235b3..f3663e18 100644 --- a/internal/pkg/githubapi/github_test.go +++ b/internal/pkg/githubapi/github_test.go @@ -186,7 +186,4 @@ func TestPrBody(t *testing.T) { t.Fatalf("Error loading golden file: %s", err) } assert.Equal(t, string(expectedPrBody), newPrBody) - // if newPrBody != expectedPrBody { - // t.Errorf("Expected prBody to be %s, got %s", expectedPrBody, newPrBody) - // } }