1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-21 00:30:00 +02:00

small change

This commit is contained in:
Jesse Duffield
2022-01-03 14:33:53 +11:00
parent 6da6c1f2f2
commit efa743b52e
2 changed files with 1 additions and 2 deletions

View File

@ -53,7 +53,7 @@ func TestGitCommandGetStashEntries(t *testing.T) {
loader := NewStashLoader(utils.NewDummyCommon(), cmd)
assert.EqualValues(t, s.expectedStashEntries, loader.GetStashEntries(""))
assert.EqualValues(t, s.expectedStashEntries, loader.GetStashEntries(s.filterPath))
})
}
}