Skip to content

Commit

Permalink
Fix TestToAge (#1627)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanasdev000 authored Jun 29, 2022
1 parent 34bbedb commit 2deec5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/render/helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func TestToAge(t *testing.T) {
},
"good": {
t: testTime().Add(-10 * time.Second),
e: "3y196d",
e: "3y197d",
},
}

Expand Down

0 comments on commit 2deec5c

Please sign in to comment.