1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-26 18:58:21 +02:00

Fixed tests

This commit is contained in:
Laurent Cozic 2021-12-16 11:42:33 +01:00
parent e9ce3d194c
commit 10c6af8aa7
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ describe('index_changes', function() {
});
test('should list changes', async function() {
const { user: user1, session: session1 } = await createUserAndSession(1);
const { user: user1, session: session1 } = await createUserAndSession(1, true);
const items: any = {};
for (let i = 1; i <= 150; i++) {

View File

@ -16,7 +16,7 @@ describe('index_items', function() {
});
test('should list the user items', async function() {
const { user: user1, session: session1 } = await createUserAndSession(1);
const { user: user1, session: session1 } = await createUserAndSession(1, true);
const items: any = {};
for (let i = 1; i <= 150; i++) {