fix(build): ensure tests work.

This commit is contained in:
Alexandre Pujol 2024-03-27 16:26:01 +00:00
parent b88b8b8c26
commit cf7ce9603e
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
7 changed files with 17 additions and 7 deletions

View file

@ -6,10 +6,10 @@ package builder
import (
"regexp"
"slices"
"strings"
"github.com/roddhjav/apparmor.d/pkg/prebuild/cfg"
"golang.org/x/exp/slices"
)
var (

View file

@ -5,8 +5,9 @@
package builder
import (
"slices"
"testing"
"golang.org/x/exp/slices"
)
func TestBuilder_Apply(t *testing.T) {

View file

@ -5,10 +5,10 @@
package builder
import (
"slices"
"strings"
"github.com/roddhjav/apparmor.d/pkg/prebuild/cfg"
"golang.org/x/exp/slices"
)
type Enforce struct {