diff --git a/FBSimulatorControlTests/Tests/Integration/FBSimulatorCrashLogTests.m b/FBSimulatorControlTests/Tests/Integration/FBSimulatorCrashLogTests.m index 204dc279..24f1c6cf 100644 --- a/FBSimulatorControlTests/Tests/Integration/FBSimulatorCrashLogTests.m +++ b/FBSimulatorControlTests/Tests/Integration/FBSimulatorCrashLogTests.m @@ -32,7 +32,7 @@ FBApplicationLaunchConfiguration *configuration = [self.tableSearchAppLaunch injectingLibrary:path]; FBApplicationLaunchConfiguration *appLaunch = [configuration withEnvironmentAdditions:@{@"SHIMULATOR_CRASH_AFTER" : @"1"}]; - FBFuture *crashLogFuture = [simulator notifyOfCrash:[FBCrashLogInfo predicateForName:@"TableSearch"]]; + FBFuture *crashLogFuture = [simulator notifyOfCrash:[FBCrashLogInfo predicateForIdentifier:@"TableSearch"]]; NSError *error = nil; BOOL success = [[simulator launchApplication:appLaunch] await:&error] != nil;