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) --- store/sql_license_store_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'store/sql_license_store_test.go') diff --git a/store/sql_license_store_test.go b/store/sql_license_store_test.go index 737a79a60..f899e4d36 100644 --- a/store/sql_license_store_test.go +++ b/store/sql_license_store_test.go @@ -4,8 +4,9 @@ package store import ( - "github.com/mattermost/platform/model" "testing" + + "github.com/mattermost/platform/model" ) func TestLicenseStoreSave(t *testing.T) { -- cgit v1.2.3-1-g7c22