Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko committed Oct 24, 2023
1 parent 1c2ce07 commit 509c8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/livepeer/starter/starter.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func DefaultLivepeerConfig() LivepeerConfig {
defaultTicketEV := "1000000000000"
defaultMaxFaceValue := "0"
defaultMaxTicketEV := "3000000000000"
defaultDepositMultiplier := 1
defaultDepositMultiplier := 2

Check warning on line 198 in cmd/livepeer/starter/starter.go

View check run for this annotation

Codecov / codecov/patch

cmd/livepeer/starter/starter.go#L198

Added line #L198 was not covered by tests
defaultMaxPricePerUnit := 0
defaultPixelsPerUnit := 1
defaultAutoAdjustPrice := true
Expand Down

0 comments on commit 509c8d9

Please sign in to comment.