Update test-suite.md

Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
This commit is contained in:
Paul Bastide 2024-03-10 20:59:49 -04:00 committed by GitHub
parent 519169d9d6
commit 09617d5877
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ if *runKubeletMode { RunKubelet(); return }
if *systemValidateMode { ValidateSpec(); return }
```
### ginkgo.SynchronizedBeforeSuide
### ginkgo.SynchronizedBeforeSuite
The first inner call is a Ginkgo helper function called before running the entire suite.
@ -203,4 +203,4 @@ if err != nil {
klog.Info("E2E services started.")
return nil
```
```