Skip to content

Commit 616cf13

Browse files
committed
fix typo
1 parent 6af655c commit 616cf13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/test/mocks/host.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const createMockHost = (): StudioHost => ({
3737
const id = fsPathToId(fsPath, 'document')
3838
const document = createMockDocument(id, { body: { type: 'minimark', value: [content?.trim() || 'Test content'] }, fsPath })
3939
documentDb.set(id, document)
40-
return documentx
40+
return document
4141
}),
4242
upsert: vi.fn().mockImplementation(async (fsPath: string, document: DatabaseItem) => {
4343
const id = fsPathToId(fsPath, 'document')

0 commit comments

Comments
 (0)