1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03: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<01><>A
<EFBFBD>0@Q<>9E<39><45>d<EFBFBD><64>4<EFBFBD>"BW=<3D>L:A<><41>R#x|{<04><><EFBFBD><EFBFBD>em<65><6D>-d8<64>]<5D>:̘H"%IYjN<1A><x<><11>P<>#c5<1B><><EFBFBD><EA9692><EFBFBD><EFBFBD>P-<2D>.aZ8T<38><54><19>{<7B>(<28>?<3F><><EFBFBD>v<EFBFBD><76>8<EFBFBD>7<EFBFBD>r۞z)k<>Z<EFBFBD><5A><EFBFBD><EFBFBD>1<EFBFBD>=8g<38>zLu<4C><75><EFBFBD><EFBFBD><EFBFBD>n~!<21>9o

View File

@ -1,2 +0,0 @@
x<01><>A
<EFBFBD>0Fa<46>9<EFBFBD><39><05>I~B"BW=<3D>$<24>`<60>!R"x|{<04><>^<5E><>m<EFBFBD><04><>Ìj6N*<2A>BȀi䌘W<E48C98>a<04><>(SR8<52><38>W?h^<5E>>/O<>j{<7B>v+<2B>=H"<<3C>#Ntavg='<27><><EFBFBD><EFBFBD>n<EFBFBD><6E><EFBFBD><01><>+<2B>

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
}