diff --git a/tests/test-class-activitypub-post.php b/tests/test-class-activitypub-post.php index 9e872c4..2f49c07 100644 --- a/tests/test-class-activitypub-post.php +++ b/tests/test-class-activitypub-post.php @@ -1,6 +1,8 @@ 1, @@ -16,8 +18,6 @@ class Test_Activitypub_Post extends WP_UnitTestCase { \wp_trash_post( $post ); - \sleep( 3 ); - $activitypub_post = new \Activitypub\Model\Post( $post ); $this->assertEquals( $permalink, $activitypub_post->get_id() );