1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

Fix unit tests

This commit is contained in:
Jesse Duffield
2023-07-17 19:55:29 +10:00
parent b5ff55e538
commit fb4453c18a
3 changed files with 9 additions and 8 deletions

View File

@ -68,12 +68,12 @@ func TestFormatSecondsAgo(t *testing.T) {
{
name: "six months",
args: SECONDS_IN_YEAR / 2,
want: "6m",
want: "6M",
},
{
name: "almost one year",
args: 31535999,
want: "11m",
want: "11M",
},
{
name: "one year",