Skip to content

Commit 09617d5

Browse files
authored
Update test-suite.md
Signed-off-by: Paul Bastide <[email protected]>
1 parent 519169d commit 09617d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributors/devel/sig-node/test-suite.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ if *runKubeletMode { RunKubelet(); return }
151151
if *systemValidateMode { ValidateSpec(); return }
152152
```
153153

154-
### ginkgo.SynchronizedBeforeSuide
154+
### ginkgo.SynchronizedBeforeSuite
155155

156156
The first inner call is a Ginkgo helper function called before running the entire suite.
157157

@@ -203,4 +203,4 @@ if err != nil {
203203

204204
klog.Info("E2E services started.")
205205
return nil
206-
```
206+
```

0 commit comments

Comments
 (0)