Skip to content

Commit 35d7a13

Browse files
committed
Fixed some function docs
1 parent 6ae8633 commit 35d7a13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/octopus_container_test_framework.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ func (o *OctopusContainerTest) createDockerInfrastructure(t *testing.T, ctx cont
324324
return network, octopusContainer, sqlServer, nil
325325
}
326326

327-
// ArrangeTestContainer is wrapper that initialises Octopus, and returns the container for future test runs
327+
// ArrangeContainer is wrapper that initialises Octopus, and returns the container for future test runs
328328
func (o *OctopusContainerTest) ArrangeContainer() (*OctopusContainer, *client.Client, *MysqlContainer, testcontainers.Network, error) {
329329
var octopusContainer *OctopusContainer
330330
var octoClient *client.Client
@@ -418,7 +418,7 @@ func (o *OctopusContainerTest) ArrangeContainer() (*OctopusContainer, *client.Cl
418418
return octopusContainer, octoClient, sqlServer, network, nil
419419
}
420420

421-
// Clean up the container after the test is complete
421+
// CleanUp stops the containers after the test is complete
422422
func (o *OctopusContainerTest) CleanUp(ctx context.Context, octoContainer *OctopusContainer, sqlServer *MysqlContainer, network testcontainers.Network) error {
423423
// Stop the containers
424424
stopTime := 1 * time.Minute

0 commit comments

Comments
 (0)