mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-10 10:44:30 +02:00
Fix tests
This commit is contained in:
parent
1146fca2cd
commit
eee65b31fd
2 changed files with 3 additions and 3 deletions
|
@ -67,7 +67,7 @@ class DirectMessageTest extends FixtureTest
|
|||
->toArray();
|
||||
|
||||
self::assertEquals('item_title', $directMessage['title']);
|
||||
self::assertEquals('<strong>item_body</strong>', $directMessage['text']);
|
||||
self::assertEquals('<p><strong>item_body</strong></p>', $directMessage['text']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue