File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/com/microsoft/graph/functional Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,8 +126,8 @@ public void testUpdateTask() throws InterruptedException {
126126 PlannerAssignment assignment = new PlannerAssignment ();
127127 assignment .orderHint = " !" ;
128128 AdditionalDataManager assignmentAdditionalData = assignment .additionalDataManager ();
129- assignmentAdditionalData .put ("@odata.Type " , new JsonPrimitive ("#microsoft.graph.plannerAssignment" ));
130- assignment .oDataType = "#microsoft.graph.plannerAssignment" ;
129+ assignmentAdditionalData .put ("@odata.type " , new JsonPrimitive ("#microsoft.graph.plannerAssignment" ));
130+ // assignment.oDataType = "#microsoft.graph.plannerAssignment";
131131
132132 PlannerAssignments a2 = new PlannerAssignments ();
133133 a2 .put (me .id , assignment );
You can’t perform that action at this time.
0 commit comments