Fix TestToAge (#1627)

mine
Bryan A. S 2022-06-29 16:47:33 -03:00 committed by GitHub
parent 34bbedbf69
commit 2deec5c2b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ func TestToAge(t *testing.T) {
},
"good": {
t: testTime().Add(-10 * time.Second),
e: "3y196d",
e: "3y197d",
},
}