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
c471f4927a
commit
4954791443
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ func TestCommitListBuilderGetMergeBase(t *testing.T) {
|
|||
},
|
||||
func(output string, err error) {
|
||||
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) {
|
||||
assert.NoError(t, err)
|
||||
assert.Equal(t, "blah\n", output)
|
||||
assert.Equal(t, "blah", output)
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue