fix replication test error

This commit is contained in:
siddontang 2015-02-14 09:45:07 +08:00
parent fde91d588a
commit 1760e9fe20
1 changed files with 1 additions and 1 deletions

View File

@ -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 {