Skip to content

Commit

Permalink
Update datamodel/low/v3/server_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
daveshanley authored Sep 11, 2024
1 parent 45c9c61 commit d26b0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datamodel/low/v3/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ variables:
for v := range n.Variables.Value.ValuesFromOldest() {
assert.NotNil(t, v.Value.GetKeyNode())
assert.NotNil(t, v.Value.GetRootNode())
assert.Nil(t, v.Value.GetExtensions())
assert.Equal(t, 0, v.Value.GetExtensions().Len())
}
}

Expand Down

0 comments on commit d26b0d2

Please sign in to comment.