Skip to content

Commit

Permalink
remove undefiend fields in test
Browse files Browse the repository at this point in the history
  • Loading branch information
soltanireza65 committed Nov 27, 2023
1 parent 7990476 commit 2d9bcf9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions bookmarks/vanilla/test/unit/Bookmark.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,34 +68,23 @@ describe("Bookmark", () => {
url: 'https://fake-pod.net/path/to/bookmark-formats.ttl#two',
title: 'two',
link: 'http://example.com',
created: undefined,
updated: undefined,
creator: 'https://michielbdejong.solidcommunity.net/profile/card#me'
},
{
url: 'https://fake-pod.net/path/to/bookmark-formats.ttl#three',
title: 'three',
topic: "http://wikipedia.org/sdfg",
link: 'http://example.com',
created: undefined,
updated: undefined,
creator: undefined
},
{
url: '/b93d9944-d54d-42f6-a39b-6ea3f9217763',
title: 'sdf',
link: 'http://example.com',
created: undefined,
updated: undefined,
creator: undefined
},
{
url: '/b93d9944-d54d-42f6-a39b-6ea3f9217763-metadata',
title: '',
link: '',
created: undefined,
updated: undefined,
creator: undefined
}
]

Expand Down

0 comments on commit 2d9bcf9

Please sign in to comment.