Skip to content

Commit a47a6c3

Browse files
authored
fix: syntax error in cert manager code example
1 parent 42c5220 commit a47a6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/reference/envtest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Following an example.
225225
226226
By("installing the cert-manager")
227227
Expect(utils.InstallCertManager()).To(Succeed())
228-
}
228+
})
229229
230230
// You can also remove them after the tests::
231231
AfterEach(func() {

0 commit comments

Comments
 (0)