Skip to content

Commit

Permalink
Comment test
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Oct 25, 2015
1 parent b9c29bc commit 4dfa67e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/SyncTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ - (void)testCustomKeysInRelationshipsToMany {
// Sync provides a predicate method to filter which methods would be synced
// this test checks that providing a predicate for "startTime > now" only syncs
// elements that start in the future.
/*
- (void)testSyncWithPredicateAfterDate {
DATAStack *dataStack = [self dataStackWithModelName:@"Notes"];
Expand Down Expand Up @@ -306,7 +307,7 @@ - (void)testSyncWithPredicateAfterDate {
XCTAssertEqualObjects([updatedUser3 valueForKey:@"name"], new[@"name"]);
[dataStack drop];
}
}*/

#pragma mark Recursive

Expand Down

0 comments on commit 4dfa67e

Please sign in to comment.