Skip to content

Commit

Permalink
remove extraneous log line
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-lunsford-even committed Aug 1, 2024
1 parent fa755f6 commit cce85fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/testrun/plz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package testrun

import (
"fmt"
"log"
"testing"

"github.com/go-test/deep"
Expand Down Expand Up @@ -237,7 +236,6 @@ func Test_NewPLZTestRun(t *testing.T) {
t.Parallel()
got := NewPLZTestRun(testCase.plz, testCase.cloudData, testCase.ingestUrl)
if diff := deep.Equal(got, testCase.expected); diff != nil {
log.Println(testCase.name)
t.Errorf("NewPLZTestRun returned unexpected data, diff: %s", diff)
}
})
Expand Down

0 comments on commit cce85fa

Please sign in to comment.