Skip to content

Commit aa50eef

Browse files
authored
docs: fix typo in SkipIfProviderIsNotHealthy docstring (#3764)
1 parent c7640fe commit aa50eef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testing.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var errAlreadyInProgress = regexp.MustCompile(`removal of container .* is alread
2121
// SkipIfProviderIsNotHealthy is a utility function capable of skipping tests
2222
// if the provider is not healthy, or running at all.
2323
// This is a function designed to be used in your test, when Docker is not mandatory for CI/CD.
24-
// In this way tests that depend on Testcontainers won't run if the provider is provisioned correctly.
24+
// In this way tests that depend on Testcontainers won't run if the provider is not provisioned correctly.
2525
func SkipIfProviderIsNotHealthy(t *testing.T) {
2626
t.Helper()
2727
defer func() {

0 commit comments

Comments
 (0)