Skip to content

Commit

Permalink
Added test for the unenforced ID
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredoconnell committed Aug 22, 2024
1 parent 09696e0 commit a168110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/builtinfunctions/functions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,7 @@ func TestHandleTypeSchemaCombine(t *testing.T) {
listItemObj, isObj := schema.ConvertToObjectSchema(outputType.(*schema.ListSchema).ItemsValue)
assert.Equals(t, isObj, true)
assert.Equals(t, listItemObj.ID(), lclInput.expectedResult)
assert.Equals(t, listItemObj.IDUnenforced(), true)
})
}
}
Expand Down

0 comments on commit a168110

Please sign in to comment.