libpurple/tests/test_protocol_conversation.c

changeset 42760
0c293ecd56c2
parent 42673
a9e988314724
child 42778
4aa4ab7b24a7
--- a/libpurple/tests/test_protocol_conversation.c	Tue May 07 23:06:04 2024 -0500
+++ b/libpurple/tests/test_protocol_conversation.c	Wed May 08 03:37:46 2024 -0500
@@ -203,7 +203,6 @@
 		conversation = g_object_new(
 			PURPLE_TYPE_CONVERSATION,
 			"account", account,
-			"name", "this is required at the moment",
 			"type", PURPLE_CONVERSATION_TYPE_DM,
 			NULL);
 		message = g_object_new(PURPLE_TYPE_MESSAGE, NULL);
@@ -262,7 +261,6 @@
 		conversation = g_object_new(
 			PURPLE_TYPE_CONVERSATION,
 			"account", account,
-			"name", "this is required at the moment",
 			"type", PURPLE_CONVERSATION_TYPE_DM,
 			NULL);
 
@@ -395,7 +393,6 @@
 		conversation = g_object_new(
 			PURPLE_TYPE_CONVERSATION,
 			"account", account,
-			"name", "this is required at the moment",
 			"type", PURPLE_CONVERSATION_TYPE_DM,
 			NULL);
 
@@ -451,7 +448,6 @@
 		conversation = g_object_new(
 			PURPLE_TYPE_CONVERSATION,
 			"account", account,
-			"name", "this is required at the moment",
 			"type", PURPLE_CONVERSATION_TYPE_DM,
 			NULL);
 
@@ -545,7 +541,6 @@
 		conversation = g_object_new(
 			PURPLE_TYPE_CONVERSATION,
 			"account", account,
-			"name", "test",
 			NULL);
 		g_task_return_pointer(task, conversation, g_object_unref);
 	}

mercurial