Skip to content

Commit

Permalink
Fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitryhil committed Nov 28, 2023
1 parent 23af027 commit b517789
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion relayer/processes/xrpl_tx_submitter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import (
"github.com/CoreumFoundation/coreumbridge-xrpl/relayer/xrpl"
)

//nolint:dupl // similar prep for some testcases
func TestXRPLTxSubmitter_Start(t *testing.T) {
// intentionally not parallel since uses the common data
bridgeXRPLAddress := xrpl.GenPrivKeyTxSigner().Account()
Expand Down

0 comments on commit b517789

Please sign in to comment.