Commit df69c6e
committed
Issue: Hashmap child annotation serialization unit test failing
Fix: Changed the string against which unit testing is being done. There is a odataType string member variable in Base class, which is overriden in one of the class which is being serialized. Hence @odata.type string should also be present in the serialized string for the object.1 parent ef7c2f5 commit df69c6e
File tree
1 file changed
+1
-1
lines changed- src/test/java/com/microsoft/graph/serializer
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
0 commit comments