Skip to content

Commit

Permalink
fix: support for non-string types in object fields
Browse files Browse the repository at this point in the history
  • Loading branch information
vignesh-hbk committed Sep 12, 2024
1 parent 343944b commit fd1c861
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ private void validateTestEntityInfo(final AspectSpec testEntityInfo) {
testEntityInfo.getPegasusSchema().getFullName());

// Assert on Searchable Fields
assertEquals(testEntityInfo.getSearchableFieldSpecs().size(), 12);
assertEquals(testEntityInfo.getSearchableFieldSpecs().size(), 17);
assertEquals(
"customProperties",
testEntityInfo
Expand Down

0 comments on commit fd1c861

Please sign in to comment.