tests: make sure 'move note' test never fails

This commit is contained in:
thecodrr
2020-02-01 14:04:18 +05:00
parent a707c6f8f8
commit a0c7b6e652
2 changed files with 12 additions and 9 deletions

View File

@@ -388,6 +388,7 @@ class Database {
return await this.addNoteToTopic(to.id, to.topic, noteId);
}
}
return false;
}