1
0
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:
Jesse Duffield
2022-01-18 20:55:21 +11:00
parent b6fb7f1365
commit d7c79ba20b
10 changed files with 6 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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�����+�

View File

@ -1 +1 @@
4253d2597aec2a480a8e9054250e6b4aa5b76d9e
0b6860367a6e7794985007cadf0aaf04c801e59e

View File

@ -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
}

View File

@ -1,4 +1,4 @@
{
"description": "Staging a file line-by-line",
"speed": 20
"speed": 30
}