Skip to content

Commit

Permalink
fix(test): coverage test chain name
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Jul 15, 2024
1 parent 888a3a2 commit 783d2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cosmos/code_coverage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func TestCodeCoverage(t *testing.T) {
{
Name: "manifest",
Version: cfgA.Images[0].Version,
ChainName: cfgA.ChainID,
ChainName: cfgA.Name,
NumValidators: &vals,
NumFullNodes: &fullNodes,
ChainConfig: cfgA,
Expand Down

0 comments on commit 783d2e0

Please sign in to comment.