Skip to content

Commit

Permalink
Fix test for format two
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Nov 24, 2023
1 parent ae7b9ac commit 7027451
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions bookmarks/vanilla/test/unit/Bookmark.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,6 @@ describe("Bookmark", () => {
url: 'https://fake-pod.net/bookmarks/index.ttl#two',
title: 'two',
link: 'http://example.com',
created: '2023-10-21T14:16:16Z',
updated: '2023-11-21T14:16:16Z',
creator: 'https://michielbdejong.solidcommunity.net/profile/card#me'
}

Expand Down Expand Up @@ -242,9 +240,8 @@ describe("Bookmark", () => {
url: 'https://fake-pod.net/bookmarks/index.ttl#three',
title: 'three',
link: 'http://example.com',
created: '2023-10-21T14:16:16Z',
updated: '2023-11-21T14:16:16Z',
creator: 'https://michielbdejong.solidcommunity.net/profile/card#me'
creator: 'https://michielbdejong.solidcommunity.net/profile/card#me',
topic: 'http://wikipedia.org/sdfg'
}

const responseObject: any = {
Expand Down
2 changes: 1 addition & 1 deletion bookmarks/vanilla/test/unit/fixtures/bookmark-formats.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@prefix bookm: <./>.
@prefix boo: <http://www.w3.org/2002/01/bookmark#>.
@prefix dc: <http://purl.org/dc/terms/>.
@prefix foaf: <http://xmlns.com/foaf/0.1>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix crdt: <http://soukai-solid.com/crdt>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

Expand Down

0 comments on commit 7027451

Please sign in to comment.