summaryrefslogtreecommitdiffstats
path: root/model/manifest_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/manifest_test.go')
-rw-r--r--model/manifest_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/model/manifest_test.go b/model/manifest_test.go
index 237640564..46975cf47 100644
--- a/model/manifest_test.go
+++ b/model/manifest_test.go
@@ -2,13 +2,14 @@ package model
import (
"encoding/json"
- "gopkg.in/yaml.v2"
"io/ioutil"
"os"
"path/filepath"
"strings"
"testing"
+ "gopkg.in/yaml.v2"
+
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)