Skip to content

Commit

Permalink
change prefix to centauri
Browse files Browse the repository at this point in the history
  • Loading branch information
anhductn2001 committed Oct 26, 2023
1 parent fdec333 commit a00f3db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/interchaintest/validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ func TestValidator(t *testing.T) {

cf := interchaintest.NewBuiltinChainFactory(zaptest.NewLogger(t), []*interchaintest.ChainSpec{
{
Name: "layer",
ChainConfig: layerConfig,
Name: "centauri",
ChainConfig: centauriConfig,
NumValidators: &numVals,
NumFullNodes: &numFullNodes,
},
Expand Down

0 comments on commit a00f3db

Please sign in to comment.