From 6abcfd5cba1120eaf1408aa600e730e54d84513d Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 14 Aug 2022 21:39:07 +1000 Subject: [PATCH] missed a spot --- pkg/integration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/integration/README.md b/pkg/integration/README.md index 658339a43..912e825ba 100644 --- a/pkg/integration/README.md +++ b/pkg/integration/README.md @@ -37,7 +37,7 @@ If you find yourself doing something frequently in a test, consider making it a There are three ways to invoke a test: -1. go run cmd/integration_test/main.go cli [--slow] [...] +1. go run cmd/integration_test/main.go cli [--slow] [testname or testpath...] 2. go run cmd/integration_test/main.go tui 3. go test pkg/integration/clients/go_test.go