mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Update volume_ttl_test.go
This commit is contained in:
parent
a83b8e7b01
commit
b219ccfe68
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue