Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Trey Ivy committed Oct 18, 2024
1 parent afe755a commit 1b97828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/processing/save.go
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ func (act SaveActor) saveTestResults(ctx context.Context, testResults []summary.
}

func (act SaveActor) saveTestCollection(ctx context.Context, testCollection summary.TestsCollection, label string, encrich bool) (*ent.TestCollection, error) {
var create = act.db.TestCollection.Create().
create := act.db.TestCollection.Create().
SetLabel(label).
SetOverallStatus(testcollection.OverallStatus(testCollection.OverallStatus.String())).
SetStrategy(testCollection.Strategy).
Expand Down

0 comments on commit 1b97828

Please sign in to comment.