mirror of
https://github.com/friendica/friendica
synced 2025-05-10 21:04:11 +02:00
Fix test
This commit is contained in:
parent
d058275723
commit
e55f38cc98
3 changed files with 3 additions and 3 deletions
|
@ -64,7 +64,7 @@ class StatusTest extends FixtureTest
|
|||
->toArray();
|
||||
|
||||
self::assertStringStartsWith('item_title', $status['text']);
|
||||
self::assertStringStartsWith('<h4>item_title</h4><br>perspiciatis impedit voluptatem', $status['friendica_html']);
|
||||
self::assertStringStartsWith('<h4>item_title</h4><p>perspiciatis impedit voluptatem', $status['friendica_html']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue