We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24aa1c8 commit efe5523Copy full SHA for efe5523
datamodel/low/v3/server_test.go
@@ -55,7 +55,7 @@ variables:
55
for v := range n.Variables.Value.ValuesFromOldest() {
56
assert.NotNil(t, v.Value.GetKeyNode())
57
assert.NotNil(t, v.Value.GetRootNode())
58
- assert.Nil(t, v.Value.GetExtensions())
+ assert.Equal(t, 0, v.Value.GetExtensions().Len())
59
}
60
61
0 commit comments