fix(simple_snapshot_test): enlarge reasonable index range

This commit is contained in:
Yicheng Qin
2014-05-13 22:28:28 -04:00
parent f6591b95c7
commit fc77b3e9e6

View File

@@ -56,7 +56,7 @@ func TestSnapshot(t *testing.T) {
index, _ := strconv.Atoi(snapshots[0].Name()[2:5])
if index < 503 || index > 515 {
if index < 503 || index > 516 {
t.Fatal("wrong name of snapshot :", snapshots[0].Name())
}