1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Tools: Run Joplin Server Postgres tests on CI (#5807)

This commit is contained in:
Laurent
2021-11-30 15:37:07 +00:00
committed by GitHub
parent 6eec0dd58e
commit 6bbf053a4f
4 changed files with 29 additions and 22 deletions

View File

@ -414,11 +414,6 @@ describe('models/Folder.sharing', function() {
note3 = await Note.load(note3.id);
note4 = await Note.load(note4.id);
console.info(note1.body);
console.info(note2.body);
console.info(note3.body);
console.info(note4.body);
expect(note1.body).not.toBe(note2.body);
expect(note1.body).not.toBe(note3.body);
expect(note1.body).not.toBe(note4.body);