Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
Signed-off-by: lhy1024 <admin@liudos.us>
  • Loading branch information
lhy1024 committed Jun 27, 2024
1 parent 9dfed83 commit 4148657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pd-simulator/simulator/cases/scale_tikv.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func newScaleInOut(config *sc.SimConfig) *Case {
}
simCase.Events = []EventDescriptor{addEvent, removeEvent}

simCase.Checker = func(_ *core.RegionsInfo, _ []info.StoreStats) bool {
simCase.Checker = func([]*metapb.Store, *core.RegionsInfo, []info.StoreStats) bool {
return false
}
return &simCase
Expand Down

0 comments on commit 4148657

Please sign in to comment.