@@ -35,7 +35,7 @@ var _ = Describe("Fleet apply online", Label("online"), func() {
3535 )
3636
3737 JustBeforeEach (func () {
38- //Setting up all the needed mocked interfaces for the test
38+ // Setting up all the needed mocked interfaces for the test
3939 ctrl = gomock .NewController (GinkgoT ())
4040 clientMock = mocks .NewMockK8sClient (ctrl )
4141 clientMock .EXPECT ().Get (
@@ -68,7 +68,7 @@ var _ = Describe("Fleet apply online", Label("online"), func() {
6868 BeforeEach (func () {
6969 name = "labels_update"
7070 dirs = []string {cli .AssetsPath + "labels_update" }
71- //bundle in the cluster
71+ // bundle in the cluster
7272 oldBundle = & fleet.Bundle {
7373 ObjectMeta : metav1.ObjectMeta {
7474 Labels : map [string ]string {
@@ -129,7 +129,7 @@ data:
129129 BeforeEach (func () {
130130 name = "labels_update"
131131 dirs = []string {cli .AssetsPath + "labels_update" }
132- //bundle in the cluster
132+ // bundle in the cluster
133133 oldBundle = & fleet.Bundle {
134134 ObjectMeta : metav1.ObjectMeta {
135135 Namespace : "foo" ,
@@ -160,7 +160,7 @@ data:
160160 ts := metav1 .NewTime (time .Now ())
161161 name = "labels_update"
162162 dirs = []string {cli .AssetsPath + "labels_update" }
163- //bundle in the cluster
163+ // bundle in the cluster
164164 oldBundle = & fleet.Bundle {
165165 ObjectMeta : metav1.ObjectMeta {
166166 Namespace : "foo" ,
@@ -224,7 +224,7 @@ data:
224224 BeforeEach (func () {
225225 name = "labels_update"
226226 dirs = []string {cli .AssetsPath + "labels_update" }
227- //bundle in the cluster
227+ // bundle in the cluster
228228 oldBundle = & fleet.Bundle {
229229 ObjectMeta : metav1.ObjectMeta {
230230 Namespace : "foo" ,
0 commit comments