Skip to content

Commit

Permalink
fix: update biolink predicate
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuralFlux committed Aug 15, 2024
1 parent ff85c9f commit 7c1687a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __test__/integration/TRAPIv1.1.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ describe("Testing v1.1 endpoints", () => {
expect.arrayContaining([
expect.objectContaining({
subject: "biolink:SmallMolecule",
predicate: "biolink:treats",
predicate: "biolink:contributes_to",
object: "biolink:Disease",
}),
]),
Expand Down Expand Up @@ -133,7 +133,7 @@ describe("Testing v1.1 endpoints", () => {
expect.arrayContaining([
expect.objectContaining({
subject: "biolink:SmallMolecule",
predicate: "biolink:treats",
predicate: "biolink:contributes_to",
object: "biolink:Disease",
}),
]),
Expand Down

0 comments on commit 7c1687a

Please sign in to comment.