Skip to content

Commit

Permalink
Added detail to feegrant docs, fixed minor issue with test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle committed Aug 14, 2023
1 parent 9a11a6b commit e099d29
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions interchaintest/feegrant_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,7 @@ func TestRelayerFeeGrant(t *testing.T) {
t.Run(testname, func(t *testing.T) {

// Chain Factory
cf := interchaintest.NewBuiltinChainFactory(zaptest.NewLogger(t), []*interchaintest.ChainSpec{
{Name: "gaia", ChainName: "gaia", Version: "v7.0.3", NumValidators: &nv, NumFullNodes: &nf},
{Name: "osmosis", ChainName: "osmosis", Version: "v14.0.1", NumValidators: &nv, NumFullNodes: &nf},
})
cf := interchaintest.NewBuiltinChainFactory(zaptest.NewLogger(t), tt)

chains, err := cf.Chains(t.Name())
require.NoError(t, err)
Expand Down

0 comments on commit e099d29

Please sign in to comment.