mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-25 12:24:47 +02:00
fix test
This commit is contained in:
parent
c471f4927a
commit
4954791443
@ -66,7 +66,7 @@ func TestCommitListBuilderGetMergeBase(t *testing.T) {
|
|||||||
},
|
},
|
||||||
func(output string, err error) {
|
func(output string, err error) {
|
||||||
assert.NoError(t, err)
|
assert.NoError(t, err)
|
||||||
assert.Equal(t, "blah\n", output)
|
assert.Equal(t, "blah", output)
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -86,7 +86,7 @@ func TestCommitListBuilderGetMergeBase(t *testing.T) {
|
|||||||
},
|
},
|
||||||
func(output string, err error) {
|
func(output string, err error) {
|
||||||
assert.NoError(t, err)
|
assert.NoError(t, err)
|
||||||
assert.Equal(t, "blah\n", output)
|
assert.Equal(t, "blah", output)
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user