Skip to content

Commit

Permalink
Merge pull request #44 from rdfjs-base/rm-from-quad-deep-equal
Browse files Browse the repository at this point in the history
fix: removed deep equal check in fromQuad (aligned to spec)
  • Loading branch information
bergos authored Feb 9, 2024
2 parents d46ae36 + 6294a84 commit 9d0e7f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/fromQuad.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ function runTests ({ factory, mocha }) {

strictEqual(term.equals(original), true)
notStrictEqual(term, original)
notStrictEqual(term.subject, original.subject)
notStrictEqual(term.predicate, original.predicate)
notStrictEqual(term.object, original.object)
notStrictEqual(term.graph, original.graph)
})

it('should return null if null is given', () => {
Expand Down

0 comments on commit 9d0e7f4

Please sign in to comment.