Skip to content

Commit 5dad54e

Browse files
authored
Fix typo
1 parent f9f78d1 commit 5dad54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/resource/configmap_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ CONSOLE_LOG=new`
222222
Expect(configMap.Data).ToNot(HaveKey("rabbitmq-env.conf"))
223223
})
224224

225-
Context("rabbitmq-env.conf i set", func() {
225+
Context("rabbitmq-env.conf is set", func() {
226226
When("new envConf is empty", func() {
227227
It("removes rabbitmq-env.conf key from configMap", func() {
228228
instance.Spec.Rabbitmq.EnvConfig = `USE_LONGNAME=true`

0 commit comments

Comments
 (0)