You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our property mapping tests weren't sufficient as they
only tested serilization of fluent syntax and attribute
types.
This commit adds new tests that test both the fluent and
initializer types, and run them as integration tests as well
so we can validate our properties against ES.
Also tackled #2322 as part of this, as I did a full pass over
all of our datatype mappings.
Code review changes and rename of base test classes
Change DynamicMapping to Union<bool, DynamicMapping>
0 commit comments