From 0a133dc3958c51960993091a0f9fa4b10b7a6329 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Fri, 2 Dec 2022 14:00:01 -0600 Subject: [PATCH] Reorder imports --- pkg/api/session_manager_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/api/session_manager_test.go b/pkg/api/session_manager_test.go index cd7ef55..60c0bd5 100644 --- a/pkg/api/session_manager_test.go +++ b/pkg/api/session_manager_test.go @@ -5,9 +5,10 @@ import ( "testing" "github.com/sirupsen/logrus" + "github.com/stretchr/testify/assert" + "github.com/sosedoff/pgweb/pkg/client" "github.com/sosedoff/pgweb/pkg/command" - "github.com/stretchr/testify/assert" ) func TestSessionManager(t *testing.T) {