fix DocumentEdit test

This commit is contained in:
2019-09-13 14:00:07 +03:00
parent 0457457967
commit 28f4b1a339

View File

@@ -16,6 +16,7 @@ const testDoc: IDocumentJSON = {
user: 1,
createdAt: 0,
editedAt: 0,
shared: false,
};
const testDocsChanged: { [key: number]: IDocumentEntry } = {