Skip to content

Commit 624676b

Browse files
committed
fix: pipeline
1 parent 8b96f22 commit 624676b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

internal/adapters/dataproviders/event_test.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ package dataproviders_test
22

33
import (
44
"bytes"
5+
"sync"
6+
"testing"
7+
"time"
8+
59
"github.com/rsksmart/liquidity-provider-server/internal/adapters/dataproviders"
610
"github.com/rsksmart/liquidity-provider-server/internal/entities"
711
log "github.com/sirupsen/logrus"
812
"github.com/stretchr/testify/assert"
913
"github.com/stretchr/testify/require"
10-
"sync"
11-
"testing"
12-
"time"
1314
)
1415

1516
const (

internal/adapters/dataproviders/liquidity_provider_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import (
1010
"time"
1111

1212
"github.com/ethereum/go-ethereum/common"
13+
"github.com/ethereum/go-ethereum/crypto"
1314
"github.com/rsksmart/liquidity-provider-server/internal/adapters/dataproviders"
1415
"github.com/rsksmart/liquidity-provider-server/internal/adapters/dataproviders/rootstock"
1516
"github.com/rsksmart/liquidity-provider-server/internal/entities"

internal/usecases/liquidity_provider/check_cold_wallet_address_change_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,4 +237,3 @@ func TestCheckColdWalletAddressChangeUseCase_Run_SendAlertFails_ReturnsError_NoP
237237
alertSender.AssertExpectations(t)
238238
lpRepository.AssertNotCalled(t, "UpsertStateConfiguration", mock.Anything, mock.Anything)
239239
}
240-

0 commit comments

Comments
 (0)