Skip to content

Commit

Permalink
Fix error in integration test setup log
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Jul 1, 2024
1 parent 5f6dadc commit b5bd1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ func (s *IntegrationTestSuite) initGenesis() {

// write the updated genesis file to each validator
for i, val := range s.chain.validators {
s.T().Log("writing genesis to val %d", i)
s.T().Logf("writing genesis to val %d", i)
s.Require().NoError(writeFile(filepath.Join(val.configDir(), "config", "genesis.json"), bz))
}
}
Expand Down

0 comments on commit b5bd1a8

Please sign in to comment.