Skip to content

Commit 955ec8d

Browse files
authored
Merge pull request #3724 from KitSutliff/patch-1
📖 fixes: syntax error in cert manager code example
2 parents 7c99819 + a47a6c3 commit 955ec8d

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)