fix: lint issues

This commit is contained in:
Kevin Franklin Kim
2025-11-23 11:37:38 +01:00
parent e0d270a68a
commit 63eceec411

View File

@@ -114,6 +114,7 @@ func runTestConfig(t *testing.T, name string, files []string, squadronName strin
t.Run("bakefile", func(tt *testing.T) {
bakefile, err := sq.Bakefile(ctx)
require.NoError(t, err)
if len(bakefile) == 0 {
return
}