mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
Fixed test
This commit is contained in:
parent
6af6771721
commit
cc2e01a21b
@ -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']));
|
||||
|
Loading…
Reference in New Issue
Block a user