Skip to content

Commit f63740f

Browse files
author
Cory Schwartz
committed
fix second test
1 parent e976e0e commit f63740f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/ipfscluster_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ var _ = Describe("IPFS Reconciler", func() {
101101
fn, _ = ipfsReconciler.SecretConfig(ctx, ipfs, secretConfig, clusterSec, bootstrapKey)
102102
Expect(fn()).To(BeNil())
103103
secretStringToData(secretConfig)
104-
Expect(len(secretConfig.Data)).To(Equal(alwaysKeys + 2))
104+
Expect(len(secretConfig.Data)).To(Equal(expectedKeys + 2))
105105

106106
// expect the old keys to still be the same
107107
for k := range dataCopy {

0 commit comments

Comments
 (0)