Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Oct 2, 2024
1 parent 2557b41 commit cb14b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testVariant.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ suite("testVariant", function () {

const variants = await track.getFeatures("chr6", 0, Number.MAX_SAFE_INTEGER)

assert.equal(variants.length, 3)
assert.equal(variants.length, 4)

for (let v of variants) {
assert.equal(v.type, "SNP")
Expand Down

0 comments on commit cb14b58

Please sign in to comment.