summaryrefslogtreecommitdiffstats
path: root/store/sql_command_store_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'store/sql_command_store_test.go')
-rw-r--r--store/sql_command_store_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/store/sql_command_store_test.go b/store/sql_command_store_test.go
index cd7db4c1d..fbd0f005e 100644
--- a/store/sql_command_store_test.go
+++ b/store/sql_command_store_test.go
@@ -4,8 +4,9 @@
package store
import (
- "github.com/mattermost/platform/model"
"testing"
+
+ "github.com/mattermost/platform/model"
)
func TestCommandStoreSave(t *testing.T) {