Skip to content

Commit 9c3799c

Browse files
committed
Use different ports
1 parent 6a48fe0 commit 9c3799c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

main_test.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ const (
3232

3333
const (
3434
sentinelName = "mymaster"
35-
sentinelMasterPort = "8123"
36-
sentinelSlave1Port = "8124"
37-
sentinelSlave2Port = "8125"
38-
sentinelPort = "8126"
35+
sentinelMasterPort = "9123"
36+
sentinelSlave1Port = "9124"
37+
sentinelSlave2Port = "9125"
38+
sentinelPort = "9126"
3939
)
4040

4141
var (

0 commit comments

Comments
 (0)