1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Fixed test

This commit is contained in:
Laurent Cozic 2017-01-07 23:23:29 +01:00
parent 6af6771721
commit cc2e01a21b

View File

@ -212,7 +212,6 @@ class ChangeTest extends BaseTestCase {
$this->assertCount($clientId == 1 ? 3 : 2, $r['items']);
foreach ($r['items'] as $item) {
$item = $item->toPublicArray();
$this->assertEquals('create', $item['type']);
$n = Note::find(BaseModel::unhex($item['item_id']));