fix tests

This commit is contained in:
Hongbo Wu
2024-08-06 14:25:25 +08:00
parent 126bbd4d86
commit 64cf10205b
2 changed files with 0 additions and 3 deletions

View File

@ -65,7 +65,6 @@ export const libraryItemRepository = appDataSource
INSERT INTO omnivore.library_item (
slug,
readable_content,
original_content,
description,
title,
author,
@ -82,7 +81,6 @@ export const libraryItemRepository = appDataSource
SELECT
slug,
readable_content,
original_content,
description,
title,
author,

View File

@ -115,7 +115,6 @@ export const createTestLibraryItem = async (
const item = {
user: { id: userId },
title: 'test title',
originalContent: '<p>test content</p>',
originalUrl: `https://blog.omnivore.app/test-url-${generateFakeUuid()}`,
slug: 'test-with-omnivore',
}