Skip to content

Commit d586b5b

Browse files
committed
Fix formatting in test file
1 parent 8a3aeae commit d586b5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

operator/pkg/resources/statefulset_update_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,10 +486,10 @@ func TestShouldUpdate_PodsWithClusterUpdateCondition(t *testing.T) {
486486
Namespace: "default",
487487
},
488488
Status: vectorizedv1alpha1.ClusterStatus{
489-
Restarting: false, // Status says not restarting (stale cache)
489+
Restarting: false, // Status says not restarting (stale cache)
490490
NodePools: map[string]vectorizedv1alpha1.NodePoolStatus{
491491
"first": {
492-
Restarting: false, // NodePool status also says not restarting
492+
Restarting: false, // NodePool status also says not restarting
493493
},
494494
},
495495
},

0 commit comments

Comments
 (0)