Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit f7b2a3d

Browse files
committed
fix typo
1 parent b375f97 commit f7b2a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/internal/composeplugin/composeplugin_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717

1818
func checkPrerequisites(t *testing.T) {
1919
if _, err := os.Stat("docker-compose"); errors.Is(err, os.ErrNotExist) {
20-
t.Fatal("docker-compose binary not found, please run download.sh and re-run this suite")
20+
t.Fatal("docker-compose binary not found, please run download.sh and re-run this test suite")
2121
}
2222
}
2323

0 commit comments

Comments
 (0)