Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Starttoaster committed Sep 14, 2024
1 parent 13c7b08 commit ef67376
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion internal/controller/chianetwork/assemblers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ Copyright 2024 Chia Network Inc.
package chianetwork

import (
"github.com/chia-network/go-chia-libs/pkg/config"
"strconv"
"testing"

"github.com/chia-network/go-chia-libs/pkg/config"

k8schianetv1 "github.com/chia-network/chia-operator/api/v1"
"github.com/stretchr/testify/require"
corev1 "k8s.io/api/core/v1"
Expand Down
3 changes: 2 additions & 1 deletion internal/controller/chianetwork/helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ Copyright 2024 Chia Network Inc.
package chianetwork

import (
"github.com/stretchr/testify/require"
"testing"

"github.com/stretchr/testify/require"
)

func TestMarshalNetworkOverride(t *testing.T) {
Expand Down
3 changes: 2 additions & 1 deletion internal/controller/chianetwork_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ package controller

import (
"context"
"github.com/chia-network/go-chia-libs/pkg/config"
"time"

"github.com/chia-network/go-chia-libs/pkg/config"

. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"

Expand Down

0 comments on commit ef67376

Please sign in to comment.