From 0809ee3cabe69ca86fe07934b2c02761490ea07f Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Wed, 7 Aug 2024 19:49:45 +0000 Subject: [PATCH] Adjust to ObjFW changes FossilOrigin-Name: f80e0a2206af420395272b5ebeec1d76a4b2731931c220828c95afa9b771dc10 --- tests/Tests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"];