Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Wiaderek authored and Tomasz Wiaderek committed Jan 15, 2024
1 parent 1408854 commit 043a329
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ describe('TldrawBoardRepo', () => {
it('should return ydoc', async () => {
const { storeGetYDocSpy } = setup();

const result = await repo.getYDocFromMdb('test')
const result = await repo.getYDocFromMdb('test');

expect(result).toBeInstanceOf(Doc);
storeGetYDocSpy.mockRestore();
Expand Down
1 change: 0 additions & 1 deletion apps/server/src/modules/tldraw/repo/tldraw.repo.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ describe('TldrawRepo', () => {

describe('delete', () => {
describe('when finding by docName and deleting all records', () => {

const setup = async () => {
const drawing = tldrawEntityFactory.build();

Expand Down

0 comments on commit 043a329

Please sign in to comment.