Skip to content

Commit 3a5ab0a

Browse files
committed
fix unittest case fail
Signed-off-by: dongjiang <[email protected]>
1 parent 278f526 commit 3a5ab0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/cache/cache_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1917,7 +1917,7 @@ func CacheTest(createCacheFunc func(config *rest.Config, opts cache.Options) (ca
19171917
It("should error when starting the cache a second time", func() {
19181918
err := informerCache.Start(context.Background())
19191919
Expect(err).To(HaveOccurred())
1920-
Expect(err.Error()).To(ContainSubstring("Informer already started"))
1920+
Expect(err.Error()).To(ContainSubstring("informer already started"))
19211921
})
19221922

19231923
Context("with structured objects", func() {

0 commit comments

Comments
 (0)