Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Oct 11, 2023
1 parent e551301 commit 70992e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cassandra/cassandra.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type CassandraContainer struct {
testcontainers.Container
}

// ConnectionHost returns the host and port of the clickhouse container, using the default, native 9000 port, and
// ConnectionHost returns the host and port of the cassandra container, using the default, native 9000 port, and
// obtaining the host and exposed port from the container
func (c *CassandraContainer) ConnectionHost(ctx context.Context) (string, error) {
host, err := c.Host(ctx)
Expand Down

0 comments on commit 70992e2

Please sign in to comment.