Skip to content

Commit b951dcd

Browse files
authored
Fix comment formatting in middleware update test
1 parent a96b491 commit b951dcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/func_middleware_update_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ var _ = Describe("Middleware Update", func() {
249249
})
250250

251251
// this context should not run in parallel (--> Serial), as this would interfere other tests
252-
Context("when ConfigMap autoUpdateMiddleware setting changes", Serial /*don't run in parallel*/, func() {
252+
Context("when ConfigMap autoUpdateMiddleware setting changes", Serial /* don't run in parallel */, func() {
253253
const (
254254
operatorNamespace = "func-operator-system"
255255
controllerConfigName = "func-operator-controller-config"

0 commit comments

Comments
 (0)