Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kmetin committed Sep 28, 2023
1 parent e0f9627 commit d6f2e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/it/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func UniqueClusterName() string {
var defaultDedicatedClusterName = UniqueClusterName()
var rc *RemoteControllerClientWrapper
var rcMu = &sync.RWMutex{}
var DefaultDedicatedTestCluster = NewSingletonTestCluster(defaultDedicatedClusterName, func() TestCluster {
var defaultDedicatedTestCluster = NewSingletonTestCluster(defaultDedicatedClusterName, func() TestCluster {
port := NextPort()
return rc.startNewCluster(MemberCount(), XMLConfig(defaultDedicatedClusterName, port), port)
})
Expand Down

0 comments on commit d6f2e4b

Please sign in to comment.