diff --git a/tests/Tests.m b/tests/Tests.m index 286b9ad..07c4d40 100644 --- a/tests/Tests.m +++ b/tests/Tests.m @@ -35,7 +35,7 @@ OF_APPLICATION_DELEGATE(Test) @implementation Test -- (void)applicationDidFinishLaunching +- (void)applicationDidFinishLaunching: (OFNotification *)notification { OFString *username = [[OFApplication environment] objectForKey: @"USER"];