Skip to content

Commit

Permalink
go imports order
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Jan 22, 2024
1 parent 2ed60eb commit 8a8b7de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ignite/services/plugin/internal/execute_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ import (
"context"
"testing"

"github.com/ignite/cli/v28/ignite/services/plugin"
"github.com/stretchr/testify/require"

"github.com/ignite/cli/v28/ignite/services/plugin"
)

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

0 comments on commit 8a8b7de

Please sign in to comment.