Reorder imports

This commit is contained in:
Dan Sosedoff 2022-12-02 14:00:01 -06:00
parent 73dfcc46c3
commit 0a133dc395
No known key found for this signature in database
GPG Key ID: 26186197D282B164

View File

@ -5,9 +5,10 @@ import (
"testing" "testing"
"github.com/sirupsen/logrus" "github.com/sirupsen/logrus"
"github.com/stretchr/testify/assert"
"github.com/sosedoff/pgweb/pkg/client" "github.com/sosedoff/pgweb/pkg/client"
"github.com/sosedoff/pgweb/pkg/command" "github.com/sosedoff/pgweb/pkg/command"
"github.com/stretchr/testify/assert"
) )
func TestSessionManager(t *testing.T) { func TestSessionManager(t *testing.T) {