fix: typo

This commit is contained in:
Manuel de la Peña 2022-11-25 10:09:32 +01:00
parent 6a5ffabecf
commit d651b97bbb

View File

@ -48,7 +48,7 @@ func TestFindClickHouseProcessesAndConfigs(t *testing.T) {
os.Exit(1)
}
// run a ClickHouse container that guarranties that it runs only for the duration of the test
// run a ClickHouse container that guarantees that it runs only for the duration of the test
req := testcontainers.ContainerRequest{
Image: fmt.Sprintf("clickhouse/clickhouse-server:%s", test.GetClickHouseTestVersion()),
ExposedPorts: []string{"9000/tcp"},