1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-12-03 22:59:46 +02:00

add another integration test

This commit is contained in:
Jesse Duffield
2020-10-05 09:08:43 +11:00
parent 485f6d5386
commit c36349f460
4 changed files with 56 additions and 0 deletions

View File

@@ -50,6 +50,10 @@ func tests() []integrationTest {
name: "patchBuilding",
fixture: "updatedFile",
},
{
name: "patchBuilding2",
fixture: "updatedFile",
},
}
}