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:
@ -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",
|
||||
|
Reference in New Issue
Block a user