Skip to content

Commit 3e705cc

Browse files
author
Sangeetha Madamanchi
committed
fixed unit test
Signed-off-by: Sangeetha Madamanchi <[email protected]>
1 parent 479c552 commit 3e705cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

applicationset/controllers/applicationset_controller_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ func TestCreateOrUpdateInCluster(t *testing.T) {
707707
},
708708
Spec: v1alpha1.ApplicationSpec{
709709
Project: "project",
710-
Source: &v1alpha1.ApplicationSource{
710+
Source: &v1alpha1.ApplicationSource{
711711
// Directory and jsonnet block are removed
712712
},
713713
},
@@ -7126,7 +7126,7 @@ func TestApplicationSetOwnsHandlerUpdate(t *testing.T) {
71267126
},
71277127
},
71287128
enableProgressiveSyncs: false,
7129-
want: false,
7129+
want: true,
71307130
},
71317131
}
71327132

0 commit comments

Comments
 (0)