integration: rename "SnapshotCount"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee
2018-05-18 14:41:30 -07:00
parent 5235fc2106
commit aa99ed54b7
3 changed files with 30 additions and 10 deletions

View File

@ -251,7 +251,7 @@ func testIssue2746(t *testing.T, members int) {
c := NewCluster(t, members)
for _, m := range c.Members {
m.SnapCount = 10
m.SnapshotCount = 10
}
c.Launch(t)