mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 21:05:48 +02:00
fix test
This commit is contained in:
parent
9eba98302e
commit
c471f4927a
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ func TestCommitListBuilderGetMergeBase(t *testing.T) {
|
|||
t.Run(s.testName, func(t *testing.T) {
|
||||
c := NewDummyCommitListBuilder()
|
||||
c.OSCommand.SetCommand(s.command)
|
||||
s.test(c.getMergeBase())
|
||||
s.test(c.getMergeBase("HEAD"))
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue