Skip to content

Commit

Permalink
Merge pull request #173 from matheusd/fix-params
Browse files Browse the repository at this point in the history
genreport: Fix order of parameters in call
  • Loading branch information
deneonet authored Jul 30, 2024
2 parents 64af440 + 9d9d86e commit f5707e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genreport_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Re-Generating Report = true
`, *validate)

err := BenchAndReportSerializers(*validate, true)
err := BenchAndReportSerializers(true, *validate)
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit f5707e5

Please sign in to comment.