Skip to content

Commit

Permalink
Update balance_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
lhy1024 authored Sep 24, 2020
1 parent e7f8e99 commit 71679af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/schedulers/balance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ func (s *testBalanceRegionSchedulerSuite) TestReplacePendingRegion(c *C) {
c.Assert(err, IsNil)

s.checkReplacePendingRegion(c, tc, sb)
tc.SetEnablePlacementRules(true)
opt.EnablePlacementRules = true
s.checkReplacePendingRegion(c, tc, sb)
}

Expand Down

0 comments on commit 71679af

Please sign in to comment.