mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-01-18 14:41:31 +08: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 New Issue
Block a user