tests: Don't mock calls_contacts_provider_new()

Having set which folks backends to use the real function can be used
without causing any warnings leading to the build to fail.
This commit is contained in:
Evangelos Ribeiro Tzaras
2023-01-15 10:49:12 +01:00
parent b6bdfaca99
commit e5a6ace32d
5 changed files with 3 additions and 45 deletions

View File

@@ -9,17 +9,9 @@
#include "calls-ui-call-data.h"
#include "mock-call.h"
#include "mock-contacts-provider.h"
#include <gtk/gtk.h>
CallsContactsProvider *
__wrap_calls_contacts_provider_new (void)
{
return NULL;
}
static void
test_cui_call_state_mapping (void)
{