revert changes
This commit is contained in:
parent
1143142b0d
commit
33d3c8c9ab
1 changed files with 2 additions and 2 deletions
|
@ -12,12 +12,12 @@ class Test_Activitypub_Post extends WP_UnitTestCase {
|
|||
|
||||
$activitypub_post = new \Activitypub\Model\Post( $post );
|
||||
|
||||
$this->assertEquals( $permalink, $activitypub_post->get_permalink() );
|
||||
$this->assertEquals( $permalink, $activitypub_post->get_id() );
|
||||
|
||||
\wp_trash_post( $post );
|
||||
|
||||
$activitypub_post = new \Activitypub\Model\Post( $post );
|
||||
|
||||
$this->assertEquals( $permalink, $activitypub_post->get_permalink() );
|
||||
$this->assertEquals( $permalink, $activitypub_post->get_id() );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue