Skip to content

Commit 8d4401c

Browse files
Thomas-LeungThomas Leung
andauthored
fix server_test.go formatting (#8)
Signed-off-by: Thomas Leung <thomas.leung@ibm.com> Co-authored-by: Thomas Leung <thomas.leung@ibm.com>
1 parent 18139ed commit 8d4401c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/k8sbuilder/server_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ func TestRunPodDefinition(t *testing.T) {
495495
},
496496
}
497497

498-
pod.Spec.Affinity = affinity
498+
pod.Spec.Affinity = affinity
499499
gt.Expect(pod).To(Equal(&v1.Pod{
500500
ObjectMeta: metav1.ObjectMeta{
501501
Labels: map[string]string{

0 commit comments

Comments
 (0)