libpurple/tests/test_notification.c

changeset 43181
ccc35f487917
parent 42988
c2357ee36551
--- a/libpurple/tests/test_notification.c	Tue Feb 18 09:55:27 2025 -0600
+++ b/libpurple/tests/test_notification.c	Tue Feb 18 23:25:56 2025 -0600
@@ -40,12 +40,7 @@
 	id = purple_notification_get_id(notification);
 	g_assert_nonnull(id);
 
-	/* Make sure that the created-timestamp was not set. */
-	created_timestamp = purple_notification_get_created_timestamp(notification);
-	g_assert_null(created_timestamp);
-
-	/* Make sure set_created_timestamp_now works. */
-	purple_notification_set_created_timestamp_now(notification);
+	/* Make sure that the created-timestamp was set. */
 	created_timestamp = purple_notification_get_created_timestamp(notification);
 	g_assert_nonnull(created_timestamp);
 

mercurial