Skip to content

Commit 8e46c07

Browse files
committed
Move testutils to internal package to avoid exporting
Signed-off-by: Angel Misevski <[email protected]>
1 parent b65b327 commit 8e46c07

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

pkg/library/flatten/flatten_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"context"
1717
"testing"
1818

19-
"github.com/devfile/devworkspace-operator/pkg/library/flatten/testutil"
19+
"github.com/devfile/devworkspace-operator/pkg/library/flatten/internal/testutil"
2020

2121
"github.com/google/go-cmp/cmp"
2222
"github.com/stretchr/testify/assert"

0 commit comments

Comments
 (0)