Skip to content

Commit

Permalink
Missing test
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieubosquet committed Sep 10, 2024
1 parent 4de9611 commit d29084b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rdf-js-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ function test_datafactory_star_basequad() {
}

const baseQuadTerm: Term = dataFactory.fromTerm(quadBobAge);

const baseQuad: BaseQuad = dataFactory.fromQuad(quadBobAge);
}

function test_stream() {
Expand Down

0 comments on commit d29084b

Please sign in to comment.