From c283dc41ea6c054cb1372dd5c93c533024510961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Mon, 25 Nov 2024 19:17:49 +0100 Subject: [PATCH] fix basic test for eventprime --- tests/test-class-plugin-eventprime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-class-plugin-eventprime.php b/tests/test-class-plugin-eventprime.php index 98217fb..a049130 100644 --- a/tests/test-class-plugin-eventprime.php +++ b/tests/test-class-plugin-eventprime.php @@ -80,7 +80,7 @@ class Test_EventPrime extends WP_UnitTestCase { $this->assertEquals( 1, count( $active_event_plugins ) ); // Enable ActivityPub support for the event plugin. - $this->assertContains( 'tribe_events', get_option( 'activitypub_support_post_types' ) ); + $this->assertContains( 'em_event', get_option( 'activitypub_support_post_types' ) ); $event_data = array(); $event_data['name'] = 'EventPrime Event title';