Skip to content

Commit

Permalink
style: goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiTyping committed Sep 20, 2023
1 parent cb8af87 commit 1bec2e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion internal/fullnode/node_key_builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package fullnode
import (
"encoding/json"
"fmt"
"github.com/strangelove-ventures/cosmos-operator/internal/test"
"testing"

"github.com/strangelove-ventures/cosmos-operator/internal/test"

cosmosv1 "github.com/strangelove-ventures/cosmos-operator/api/v1"
"github.com/stretchr/testify/require"
corev1 "k8s.io/api/core/v1"
Expand Down
3 changes: 2 additions & 1 deletion internal/test/assertions.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package test

import (
"testing"

cosmosv1 "github.com/strangelove-ventures/cosmos-operator/api/v1"
"github.com/stretchr/testify/require"
"testing"
)

func HasTypeLabel(t *testing.T, builder func(crd cosmosv1.CosmosFullNode) []map[string]string) {
Expand Down

0 comments on commit 1bec2e9

Please sign in to comment.