Skip to content

Commit 9a2be22

Browse files
committed
trying to fix test run on github
1 parent 85e917c commit 9a2be22

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Tests/Unit-Tests/NewRelicAgentTests/Uncategorized/NRLoggerTests.m

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -274,14 +274,14 @@ - (void) testAutoCollectedLogs {
274274
}];
275275

276276
// Three messages should reach the remote log file for upload.
277-
NSLog(@"NSLog Test \n");
277+
NSLog(@"NSLog Test \n\n");
278278
os_log_t customLog = os_log_create("com.agent.tests", "logTest");
279279
// Log messages at different levels
280-
os_log(customLog, "This is a default os_log message.");
281-
os_log_info(customLog, "This is an info os_log message.");
282-
os_log_debug(customLog, "This is a debug os_log message.");
283-
os_log_error(customLog, "This is an error os_log message.");
284-
os_log_fault(customLog, "This is a fault os_log message.");
280+
os_log(customLog, "This is a default os_log message.\n");
281+
os_log_info(customLog, "This is an info os_log message.\n");
282+
os_log_debug(customLog, "This is a debug os_log message.\n");
283+
os_log_error(customLog, "This is an error os_log message.\n");
284+
os_log_fault(customLog, "This is a fault os_log message.\n");
285285

286286
XCTestExpectation *delayExpectation2 = [self expectationWithDescription:@"Waiting for Log Queue"];
287287

0 commit comments

Comments
 (0)