forked from mirror/ledisdb
fix replication test error
This commit is contained in:
parent
fde91d588a
commit
1760e9fe20
|
@ -140,7 +140,7 @@ func TestReplication(t *testing.T) {
|
|||
if err = checkTestRole(slaveCfg.Addr, []interface{}{
|
||||
[]byte("slave"),
|
||||
[]byte("127.0.0.1"),
|
||||
int64(11183),
|
||||
int64(11182),
|
||||
[]byte("connected"),
|
||||
int64(sStat.LastID),
|
||||
}); err != nil {
|
||||
|
|
Loading…
Reference in New Issue