Skip to content

Commit a40d0b4

Browse files
perdasilvaawgreene
andcommitted
Update pkg/controller/registry/reconciler/reconciler_test.go
Co-authored-by: Alexander Greene <[email protected]> Signed-off-by: perdasilva <[email protected]>
1 parent e0cd528 commit a40d0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/registry/reconciler/reconciler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func TestPodAvoidsConcurrentWrite(t *testing.T) {
112112
}
113113

114114
annotations := map[string]string{
115-
"annotation": "somethignelse",
115+
"annotation": "somethingelse",
116116
}
117117

118118
gotPod := Pod(catsrc, "hello", "busybox", "", labels, annotations, int32(0), int32(0))

0 commit comments

Comments
 (0)