Skip to content

Commit

Permalink
test change that was not marked as major
Browse files Browse the repository at this point in the history
  • Loading branch information
nvloff-f3 committed Mar 7, 2024
1 parent 81e43aa commit b2ef98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/f1/f1_scenarios.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func New() *F1 {
// will result in the test "myTest" being runnable from the command line:
//
// f1 run constant -r 1/s -d 10s myTest
func (f *F1) Add(name string, scenarioFn testing.ScenarioFn, options ...scenarios.ScenarioOption) *F1 {
func (f *F1) Add(_ string, name string, scenarioFn testing.ScenarioFn, options ...scenarios.ScenarioOption) *F1 {
info := &scenarios.Scenario{
Name: name,
ScenarioFn: scenarioFn,
Expand Down

0 comments on commit b2ef98a

Please sign in to comment.