Skip to content

Commit

Permalink
address the comment
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <[email protected]>
  • Loading branch information
rleungx committed Oct 16, 2024
1 parent 3116bb7 commit f9737e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/server/tso/tso_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func TestDisableLocalTSOAfterEnabling(t *testing.T) {
re.NotEmpty(cluster.WaitLeader())

// Re-request the global TSOs.
leaderServer := cluster.GetLeaderServer()
leaderServer = cluster.GetLeaderServer()
grpcPDClient := testutil.MustNewGrpcClient(re, leaderServer.GetAddr())
clusterID := leaderServer.GetClusterID()
req := &pdpb.TsoRequest{
Expand Down

0 comments on commit f9737e5

Please sign in to comment.