mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-13 01:30:53 +02:00
fix integration test which was actually asserting incorrect behaviour
This commit is contained in:
Binary file not shown.
@ -1,2 +1,2 @@
|
||||
0000000000000000000000000000000000000000 6806c569c7c063ec7ed3d16da3faa32a1622bb4b CI <CI@example.com> 1642402468 +1100 commit (initial): file1
|
||||
6806c569c7c063ec7ed3d16da3faa32a1622bb4b 4253d2597aec2a480a8e9054250e6b4aa5b76d9e CI <CI@example.com> 1642402495 +1100 commit: test
|
||||
0000000000000000000000000000000000000000 6f7e9e66f080162af7ebab016d02550145cfda66 CI <CI@example.com> 1642499582 +1100 commit (initial): file1
|
||||
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
|
||||
6806c569c7c063ec7ed3d16da3faa32a1622bb4b 4253d2597aec2a480a8e9054250e6b4aa5b76d9e CI <CI@example.com> 1642402495 +1100 commit: test
|
||||
0000000000000000000000000000000000000000 6f7e9e66f080162af7ebab016d02550145cfda66 CI <CI@example.com> 1642499582 +1100 commit (initial): file1
|
||||
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
|
||||
|
||||
func (gui *Gui) getSelectednodeNode() *nodetree.nodeNode {
|
||||
selectedLine := gui.State.Panels.nodes.SelectedLineIdx
|
||||
if selectedLine == -1 {
|
||||
return nil
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"description": "Staging a file line-by-line",
|
||||
"speed": 20
|
||||
"speed": 30
|
||||
}
|
||||
|
Reference in New Issue
Block a user