fix(simple_snapshot_test): enlarge reasonable index range

This commit is contained in:
Yicheng Qin 2014-05-31 10:42:31 -07:00
parent 444e017c05
commit 7cb126967c

View File

@ -89,7 +89,7 @@ func TestSnapshot(t *testing.T) {
index, _ = strconv.Atoi(snapshots[0].Name()[2:6])
if index < 1010 || index > 1025 {
if index < 1010 || index > 1029 {
t.Fatal("wrong name of snapshot :", snapshots[0].Name())
}
}