tests: update unit tests

Not really a best practise. They should have been run before each commit
and updated accordingly. Next time..
This commit is contained in:
Michael Vetter
2026-02-27 23:01:14 +01:00
parent 02cde29b65
commit 36b15ec6d5
12 changed files with 215 additions and 215 deletions

View File

@@ -60,10 +60,10 @@ log_msg(log_level_t level, const char* const area, const char* const msg)
{
}
const char*
const gchar*
get_log_file_location(void)
{
return mock_ptr_type(char*);
return mock_ptr_type(gchar*);
}
int