Skip to content

Commit 143602c

Browse files
author
Cory Schwartz
committed
fix tests
1 parent 33f43ba commit 143602c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controllers/scripts_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
var _ = Describe("IPFS Reconciler", func() {
1515
var ipfsReconciler *controllers.IpfsClusterReconciler
16-
var ipfs *v1alpha1.Ipfs
16+
var ipfs *v1alpha1.IpfsCluster
1717
var configMap *v1.ConfigMap
1818
var ctx context.Context
1919

@@ -24,7 +24,7 @@ var _ = Describe("IPFS Reconciler", func() {
2424
Client: k8sClient,
2525
}
2626
configMap = &v1.ConfigMap{}
27-
ipfs = &v1alpha1.Ipfs{}
27+
ipfs = &v1alpha1.IpfsCluster{}
2828
})
2929

3030
When("ConfigMapScripts are edited", func() {

0 commit comments

Comments
 (0)