mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-09 09:22:48 +03:00
ensuring you can't accidentally forget to add a test to the tests list
This commit is contained in:
@@ -29,7 +29,7 @@ func TestIntegration(t *testing.T) {
|
||||
testNumber := 0
|
||||
|
||||
err := components.RunTests(
|
||||
tests.Tests,
|
||||
tests.GetTests(),
|
||||
t.Logf,
|
||||
runCmdHeadless,
|
||||
func(test *components.IntegrationTest, f func() error) {
|
||||
|
Reference in New Issue
Block a user