Skip to content

Commit

Permalink
Organize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Christenson II committed Dec 21, 2023
1 parent ccc9faa commit b48438c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/display/members_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ package display
import (
"bytes"
"encoding/json"
"github.com/auth0/go-auth0/management"
"github.com/stretchr/testify/assert"
"io"
"testing"

"github.com/auth0/go-auth0/management"
"github.com/stretchr/testify/assert"
)

func TestRenderer_MembersList_json(t *testing.T) {
Expand Down

0 comments on commit b48438c

Please sign in to comment.