From 83373212a0d1f4cb080a4dfe53176c9838a3af64 Mon Sep 17 00:00:00 2001 From: evgeniy-scherbina Date: Mon, 16 Oct 2023 14:42:38 -0400 Subject: [PATCH] CR's fixes --- main_test.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/main_test.go b/main_test.go index f44bf6b..b729d24 100644 --- a/main_test.go +++ b/main_test.go @@ -6,8 +6,6 @@ import ( "encoding/json" "errors" "fmt" - "github.com/kava-labs/kava-proxy-service/service/cachemdw" - "github.com/redis/go-redis/v9" "io" "math/big" "net/http" @@ -18,11 +16,14 @@ import ( "github.com/ethereum/go-ethereum" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/ethclient" + "github.com/redis/go-redis/v9" + "github.com/stretchr/testify/assert" + "github.com/stretchr/testify/require" + "github.com/kava-labs/kava-proxy-service/clients/database" "github.com/kava-labs/kava-proxy-service/decode" "github.com/kava-labs/kava-proxy-service/logging" - "github.com/stretchr/testify/assert" - "github.com/stretchr/testify/require" + "github.com/kava-labs/kava-proxy-service/service/cachemdw" ) const (