Update volume_ttl_test.go

This commit is contained in:
Chris Lu 2020-12-03 12:55:44 -08:00
parent a83b8e7b01
commit b219ccfe68

View file

@ -41,7 +41,7 @@ func TestTTLReadWrite(t *testing.T) {
}
ttl, _ = ReadTTL("5M")
if ttl.Minutes() != 5*31*24*60 {
if ttl.Minutes() != 5*30*24*60 {
t.Errorf("5M ttl:%v", ttl)
}