Skip to content

Commit

Permalink
vod_tester: Upper case the component name (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorges committed Feb 2, 2023
1 parent 5495a9d commit 862ddf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/vodtester/continuous_vod_tester.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type (
// NewContinuousVodTester returns new object
func NewContinuousVodTester(gctx context.Context, opts common.ContinuousTesterOptions) IContinuousVodTester {
return &continuousVodTester{
ct: common.NewContinuousTester(gctx, opts, "vod"),
ct: common.NewContinuousTester(gctx, opts, "VOD"),
opts: opts.TesterOptions,
}
}
Expand Down

0 comments on commit 862ddf5

Please sign in to comment.