Skip to content

Commit

Permalink
fix: fixes after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
  • Loading branch information
mnencia committed Aug 2, 2022
1 parent 92c1f65 commit 9cfdf89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/utils/time.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import (
"time"

"github.com/lib/pq"

metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)

Expand Down
3 changes: 2 additions & 1 deletion pkg/utils/time_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ package utils
import (
"time"

metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)

var _ = Describe("Time conversion", func() {
Expand Down

0 comments on commit 9cfdf89

Please sign in to comment.