Skip to content

Commit 0d07332

Browse files
authored
Update RelationTests.cs
1 parent 9cb2bfe commit 0d07332

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Parse.Tests/RelationTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ public void SetUp()
7373
// **Inject Mocks into ServiceHub:**
7474
hub.UserController = mockUserController.Object;
7575
hub.ObjectController = mockObjectController.Object;
76-
//(Client.Services as ServiceHub)..ReplaceWith(hub); // Replace the Client's ServiceHub with the MutableServiceHub
7776

7877
}
7978

@@ -349,8 +348,6 @@ public static async Task ManageUserRelationsAsync(ParseClient client)
349348

350349
await UpdateUserRelationAsync(user, relationField, newObjectsToAdd, relatedObjectsToRemove);
351350

352-
// Delete the relation
353-
// await DeleteUserRelationAsync(user, relationField);
354351
}
355352
public static async Task<IList<ParseObject>> GetUserRelationsAsync(ParseUser user, string relationField)
356353
{

0 commit comments

Comments
 (0)