aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMServiceManagementTest.m
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMServiceManagementTest.m')
-rw-r--r--Foundation/GTMServiceManagementTest.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Foundation/GTMServiceManagementTest.m b/Foundation/GTMServiceManagementTest.m
index 13ac859..f23ceba 100644
--- a/Foundation/GTMServiceManagementTest.m
+++ b/Foundation/GTMServiceManagementTest.m
@@ -154,7 +154,7 @@ static NSString const *kGTMSocketName
CFErrorRef error = NULL;
// Can't check ourselves in
NSDictionary *badTest
- = GTMCFAutorelease(GTMSMJobCheckIn(&error));
+ = GTMCFAutorelease(GTMSMCopyJobCheckInDictionary(&error));
STAssertNil(badTest, nil);
STAssertNotNULL(error, nil);
CFRelease(error);