Skip to content

Commit

Permalink
Trying to fix a test that only fails on github
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruin-NR committed Oct 23, 2024
1 parent 7740a72 commit 85e917c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ - (void) testAutoCollectedLogs {
}];

// Three messages should reach the remote log file for upload.
NSLog(@"NSLog Test");
NSLog(@"NSLog Test \n");
os_log_t customLog = os_log_create("com.agent.tests", "logTest");
// Log messages at different levels
os_log(customLog, "This is a default os_log message.");
Expand Down

0 comments on commit 85e917c

Please sign in to comment.