Skip to content

Commit 98f60d7

Browse files
committed
add forward compatibility test
1 parent a57fe45 commit 98f60d7

File tree

2 files changed

+1
-89
lines changed

2 files changed

+1
-89
lines changed

aks-node-controller/pkg/nodeconfigutils/backward_compat_test.go

Lines changed: 0 additions & 88 deletions
This file was deleted.

aks-node-controller/pkg/nodeconfigutils/testutil.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
// PopulateAllFields recursively populates all fields in a protobuf message with non-zero test values.
11-
// This is useful for testing to ensure all fields can be marshaled/unmarshaled correctly.
11+
// This is used for testing to ensure all fields can be marshaled/unmarshaled correctly.
1212
func PopulateAllFields(msg proto.Message) {
1313
populateMessage(msg.ProtoReflect(), 0)
1414
}

0 commit comments

Comments
 (0)