Skip to content

Commit 57b21a8

Browse files
committed
rename
1 parent df5ab9e commit 57b21a8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/docker-e2e/docker_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func (s *DockerTestSuite) SetupDockerResources(opts ...ConfigOption) {
114114
s.provider = s.CreateDockerProvider(opts...)
115115
s.celestia = s.CreateChain()
116116
s.daNetwork = s.CreateDANetwork()
117-
s.evNodeChain = s.CreateRollkitChain()
117+
s.evNodeChain = s.CreateEvolveChain()
118118
}
119119

120120
// CreateChain creates a chain using the ChainBuilder pattern.
@@ -164,8 +164,8 @@ func (s *DockerTestSuite) CreateDANetwork() tastoratypes.DataAvailabilityNetwork
164164
return daNetwork
165165
}
166166

167-
// CreateRollkitChain creates a Rollkit chain using the provider
168-
func (s *DockerTestSuite) CreateRollkitChain() tastoratypes.RollkitChain {
167+
// CreateEvolveChain creates a Rollkit chain using the provider
168+
func (s *DockerTestSuite) CreateEvolveChain() tastoratypes.RollkitChain {
169169
ctx := context.Background()
170170

171171
rollkitChain, err := s.provider.GetRollkitChain(ctx)

0 commit comments

Comments
 (0)