You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-09-16 08:56:40 +02:00
Fixed tests
This commit is contained in:
@@ -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++) {
|
||||
|
@@ -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++) {
|
||||
|
Reference in New Issue
Block a user