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) {