mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-29 22:48:24 +02:00
allow adding whole diff to patch
this was causing a panic add integration test for toggling all commit files
This commit is contained in:
@@ -94,8 +94,7 @@ func RunTests(
|
||||
continue
|
||||
}
|
||||
|
||||
fnWrapper(test, func(t *testing.T) error {
|
||||
t.Helper()
|
||||
fnWrapper(test, func(t *testing.T) error { //nolint: thelper
|
||||
speeds := getTestSpeeds(test.Speed, mode, speedEnv)
|
||||
testPath := filepath.Join(testDir, test.Name)
|
||||
actualRepoDir := filepath.Join(testPath, "actual")
|
||||
|
||||
Reference in New Issue
Block a user