Skip to content

Commit

Permalink
les/vflux/server: fixed priorityPool test
Browse files Browse the repository at this point in the history
  • Loading branch information
zsfelfoldi committed Mar 18, 2021
1 parent 7b42139 commit dc851be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion les/vflux/server/prioritypool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func TestPriorityPool(t *testing.T) {
return int64(c.balance / cap)
})
var ok bool
expFail := expCap + 1
expFail := expCap + 10
if expFail < testMinCap {
expFail = testMinCap
}
Expand Down

0 comments on commit dc851be

Please sign in to comment.