Skip to content

Commit

Permalink
Update modules/mysql/mysql.go
Browse files Browse the repository at this point in the history
Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
  • Loading branch information
eddumelendez and mdelapenya committed Mar 23, 2023
1 parent 372fcfb commit a1702ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mysql/mysql.go
Expand Up @@ -21,7 +21,7 @@ type MySQLContainer struct {
database string
}

type PostgresContainerOption func(req *testcontainers.ContainerRequest)
type MySQLContainerOption func(req *testcontainers.ContainerRequest)

// StartContainer creates an instance of the MySQL container type
func StartContainer(ctx context.Context, image string, opts ...PostgresContainerOption) (*MySQLContainer, error) {
Expand Down

0 comments on commit a1702ea

Please sign in to comment.