Skip to content

Commit 7b18f17

Browse files
committed
updates
1 parent d563825 commit 7b18f17

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkg/validator/schema_validator_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ import (
44
"errors"
55
"testing"
66

7-
"github.com/cloudposse/atmos/pkg/datafetcher"
8-
"github.com/cloudposse/atmos/pkg/schema"
97
"github.com/goccy/go-yaml"
108
gomock "github.com/golang/mock/gomock"
119
"github.com/stretchr/testify/assert"
10+
11+
"github.com/cloudposse/atmos/pkg/datafetcher"
12+
"github.com/cloudposse/atmos/pkg/schema"
1213
)
1314

1415
var ErrFailedToFetchSchema = errors.New("failed to fetch schema")

0 commit comments

Comments
 (0)