Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkouv committed Nov 1, 2024
1 parent ca42896 commit c2d3707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commit/report_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ func TestPluginReports(t *testing.T) {
}

outcomeBytes, err := tc.outc.Encode()
require.NoError(t, err)

reports, err := p.Reports(ctx, 0, outcomeBytes)
if tc.expErr {
Expand Down

0 comments on commit c2d3707

Please sign in to comment.