Skip to content

Commit

Permalink
removed issue comment
Browse files Browse the repository at this point in the history
  • Loading branch information
soltanireza65 committed Nov 20, 2023
1 parent af9190b commit 26b04de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/unit/typeIndexHelpers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ describe("getTypeIndexFromProfile", () => {
const args = {
webId: "https://fake-pod.com/profile/card#me",
fetch,
// fetch: {}, FIXME: https://github.com/pondersource/soukai-solid-utils/issues/17
typePredicate: "solid:publicTypeIndex",
};

Expand All @@ -50,7 +49,6 @@ describe("getTypeIndexFromProfile", () => {
const args = {
webId: "https://fake-pod.com/profile/card#me",
fetch,
// fetch: {}, FIXME: https://github.com/pondersource/soukai-solid-utils/issues/17
typePredicate: "solid:privateTypeIndex",
};
const result = await getTypeIndexFromProfile(args as any);
Expand Down

0 comments on commit 26b04de

Please sign in to comment.