Skip to content

Commit

Permalink
ye olde code bump
Browse files Browse the repository at this point in the history
  • Loading branch information
daveshanley committed Aug 5, 2024
1 parent 0bf13c8 commit 7b62e4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions datamodel/low/base/discriminator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,7 @@ propertyName: freshCakes`
_ = low.BuildModel(rNode.Content[0], &rDoc)

assert.Equal(t, lDoc.Hash(), rDoc.Hash())
assert.NotNil(t, lDoc.GetRootNode())
assert.NotNil(t, lDoc.GetKeyNode())

}

0 comments on commit 7b62e4f

Please sign in to comment.