Skip to content

Commit

Permalink
make test happy
Browse files Browse the repository at this point in the history
Signed-off-by: husharp <ihusharp@gmail.com>
  • Loading branch information
HuSharp committed Sep 13, 2024
1 parent 3113929 commit 1908fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/server/cluster/cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@ func (s *clusterTestSuite) TestTransferLeaderForScheduler(c *C) {
"store_id": 2,
})
// Check scheduler updated.
c.Assert(len(rc.GetSchedulers()), Equals, 5)
c.Assert(len(rc.GetSchedulers()), Equals, 4)
checkEvictLeaderSchedulerExist(c, rc, true)
checkEvictLeaderStoreIDs(c, rc, []uint64{1, 2})

Expand Down

0 comments on commit 1908fee

Please sign in to comment.