Skip to content

Commit e025f29

Browse files
committed
Fix the test case
1 parent b9977a2 commit e025f29

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
@@ -46,7 +46,7 @@ var _ = Describe("IPFS Reconciler", func() {
4646
// should not have errored
4747
Expect(fn()).NotTo(HaveOccurred())
4848
// the configmap should be populated with the following scripts
49-
Expect(len(configMapScripts.Data)).To(Equal(2))
49+
Expect(len(configMapScripts.Data)).To(Equal(3))
5050

5151
expectedKeys := []string{
5252
controllers.ScriptConfigureIPFS,

0 commit comments

Comments
 (0)