Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
Signed-off-by: lhy1024 <[email protected]>
  • Loading branch information
lhy1024 committed Sep 21, 2023
1 parent 27b4458 commit 7b9b756
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/server/api/operator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,9 +418,9 @@ func (suite *operatorTestSuite) checkTransferRegionWithPlacementRule(cluster *te
}
if testCase.placementRuleEnable {
err := svr.GetRaftCluster().GetRuleManager().Initialize(
suite.svr.GetRaftCluster().GetOpts().GetMaxReplicas(),
suite.svr.GetRaftCluster().GetOpts().GetLocationLabels(),
suite.svr.GetRaftCluster().GetOpts().GetIsolationLevel(),
svr.GetRaftCluster().GetOpts().GetMaxReplicas(),
svr.GetRaftCluster().GetOpts().GetLocationLabels(),
svr.GetRaftCluster().GetOpts().GetIsolationLevel(),
)
suite.NoError(err)
}
Expand Down

0 comments on commit 7b9b756

Please sign in to comment.