Skip to content

Commit 5cbfbd8

Browse files
committed
Revert test change, will fail as there's something up with the failing test
1 parent 616bc4e commit 5cbfbd8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Parse/Tests/Unit/ParseClientConfigurationTests.m

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,9 @@ - (void)testCopy {
117117

118118
- (void)testExtensionDataSharing {
119119
ParseClientConfiguration *configuration = [ParseClientConfiguration emptyConfiguration];
120-
120+
121121
#if !PF_TARGET_OS_OSX
122-
// This is nil is no path is set
123-
XCTAssertNil(configuration.applicationGroupIdentifier);
122+
XCTAssertThrows(configuration.applicationGroupIdentifier = @"someBundleIdentifier");
124123
#endif
125124

126125
// Accessible bundle identifiers should not throw

0 commit comments

Comments
 (0)