Skip to content

Commit d2fe4d5

Browse files
unify the suffix
Co-authored-by: sivchari <[email protected]>
1 parent 6af01b8 commit d2fe4d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/controllers/machine/machine_controller_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -2857,10 +2857,10 @@ func TestIsDeleteNodeAllowed(t *testing.T) {
28572857

28582858
testNodeA := &corev1.Node{
28592859
ObjectMeta: metav1.ObjectMeta{
2860-
Name: "node-a",
2860+
Name: "node-1",
28612861
},
28622862
Spec: corev1.NodeSpec{
2863-
ProviderID: "test-node-a",
2863+
ProviderID: "test-node-1",
28642864
},
28652865
}
28662866

0 commit comments

Comments
 (0)