Fixed: Broken unit test

This commit is contained in:
Andrew Hankinson
2014-11-01 10:01:56 -04:00
parent ef5d1d6e58
commit 32c252393a
+1 -1
View File
@@ -23,7 +23,7 @@
[self assert:kCFErrorDomainCappuccino equals:err.domain()];
[self assert:-1000 equals:err.code()];
[self assert:@"CPErrorDomainCappuccino" equals:CFErrorGetDomain(err)];
[self assert:@"CPCappuccinoErrorDomain" equals:CFErrorGetDomain(err)];
}
- (void)testCreateWithUserInfoKeysAndValues