Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Nov 8, 2023
1 parent 84b49e7 commit 040cca0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion management/client_grant_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ import (
"context"
"testing"

"github.com/auth0/go-auth0"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/auth0/go-auth0"
)

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

0 comments on commit 040cca0

Please sign in to comment.