mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-29 23:17:32 +02:00
fix integration test which was actually asserting incorrect behaviour
This commit is contained in:
parent
b6fb7f1365
commit
d7c79ba20b
Binary file not shown.
@ -1,2 +1,2 @@
|
|||||||
0000000000000000000000000000000000000000 6806c569c7c063ec7ed3d16da3faa32a1622bb4b CI <CI@example.com> 1642402468 +1100 commit (initial): file1
|
0000000000000000000000000000000000000000 6f7e9e66f080162af7ebab016d02550145cfda66 CI <CI@example.com> 1642499582 +1100 commit (initial): file1
|
||||||
6806c569c7c063ec7ed3d16da3faa32a1622bb4b 4253d2597aec2a480a8e9054250e6b4aa5b76d9e CI <CI@example.com> 1642402495 +1100 commit: test
|
6f7e9e66f080162af7ebab016d02550145cfda66 0b6860367a6e7794985007cadf0aaf04c801e59e CI <CI@example.com> 1642499609 +1100 commit: test
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
0000000000000000000000000000000000000000 6806c569c7c063ec7ed3d16da3faa32a1622bb4b CI <CI@example.com> 1642402468 +1100 commit (initial): file1
|
0000000000000000000000000000000000000000 6f7e9e66f080162af7ebab016d02550145cfda66 CI <CI@example.com> 1642499582 +1100 commit (initial): file1
|
||||||
6806c569c7c063ec7ed3d16da3faa32a1622bb4b 4253d2597aec2a480a8e9054250e6b4aa5b76d9e CI <CI@example.com> 1642402495 +1100 commit: test
|
6f7e9e66f080162af7ebab016d02550145cfda66 0b6860367a6e7794985007cadf0aaf04c801e59e CI <CI@example.com> 1642499609 +1100 commit: test
|
||||||
|
Binary file not shown.
@ -1,2 +0,0 @@
|
|||||||
x�ÎA
|
|
||||||
Â0@Q×9Eö‚d’Ì4�"BW=ÆL:AÁØR#x|{·Ÿ·øemíÑ-d8õ]Õ:̘H"%IYjN„<xª‘P”#c5ïúê–’£‚”ËP-ƒ.aZ8TæàÈ{‘(†?ý¾îvší8Í7ýrÛžz)k»Z è£ó1£=8gŽzLuý“›®ïn~!–9o
|
|
@ -1,2 +0,0 @@
|
|||||||
x�ÍA
|
|
||||||
Â0Fa×9Åì™I~B"BW=Æ$�`¡!R"x|{·�^émƒ¸ŒÃŒj6N*’BÈ€i䌘W®a¾ä(SR8ýŒW?h^è>/Oûj{ïv+½=H"<Ø#Ntavg='Ãþä®n»‰û¶¹+•
|
|
Binary file not shown.
@ -1 +1 @@
|
|||||||
4253d2597aec2a480a8e9054250e6b4aa5b76d9e
|
0b6860367a6e7794985007cadf0aaf04c801e59e
|
||||||
|
@ -15,8 +15,6 @@ import (
|
|||||||
|
|
||||||
// list panel functions
|
// list panel functions
|
||||||
|
|
||||||
func (gui *Gui) getSelectednodeNode() *nodetree.nodeNode {
|
|
||||||
selectedLine := gui.State.Panels.nodes.SelectedLineIdx
|
|
||||||
if selectedLine == -1 {
|
if selectedLine == -1 {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"description": "Staging a file line-by-line",
|
"description": "Staging a file line-by-line",
|
||||||
"speed": 20
|
"speed": 30
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user