Skip to content

Commit

Permalink
fix address prefix in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojtek committed Apr 5, 2024
1 parent eda35c2 commit 081f115
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions relayer/cmd/cli/main_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package cli_test

import (
"testing"

"github.com/CoreumFoundation/coreumbridge-xrpl/relayer/coreum"
"github.com/CoreumFoundation/coreumbridge-xrpl/relayer/runner"
)

func TestMain(m *testing.M) {
coreum.SetSDKConfig(string(runner.DefaultCoreumChainID))
}

0 comments on commit 081f115

Please sign in to comment.