mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 02:27:55 +08:00
Update volume_ttl_test.go
This commit is contained in:
@@ -41,7 +41,7 @@ func TestTTLReadWrite(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ttl, _ = ReadTTL("5M")
|
ttl, _ = ReadTTL("5M")
|
||||||
if ttl.Minutes() != 5*31*24*60 {
|
if ttl.Minutes() != 5*30*24*60 {
|
||||||
t.Errorf("5M ttl:%v", ttl)
|
t.Errorf("5M ttl:%v", ttl)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user