From 1adfd0e9be69a93c7f63bb7afc742c9fafe31aa3 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 6 Sep 2017 17:12:54 -0500 Subject: app type transition (#7167) --- model/manifest_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'model/manifest_test.go') 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" ) -- cgit v1.2.3-1-g7c22