From 95925a6743c03d28772353aef987af001d0b7643 Mon Sep 17 00:00:00 2001 From: jrobinso <933148+jrobinso@users.noreply.github.com> Date: Thu, 30 Nov 2023 20:22:24 -0800 Subject: [PATCH] fix unit test --- test/testGenome.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testGenome.js b/test/testGenome.js index c798eb3a1..35f62649f 100644 --- a/test/testGenome.js +++ b/test/testGenome.js @@ -32,7 +32,7 @@ suite("testGenome", function () { id: "GCF_016699485.2", format: "2bit", twoBitURL: "https://hgdownload.gi.ucsc.edu/hubs//GCA/011/100/615/GCA_011100615.1/GCA_011100615.1.2bit", - chromSizes: "https://hgdownload.gi.ucsc.edu/hubs//GCA/011/100/615/GCA_011100615.1/GCA_011100615.1.chrom.sizes.txt" + chromSizesURL: "https://hgdownload.gi.ucsc.edu/hubs//GCA/011/100/615/GCA_011100615.1/GCA_011100615.1.chrom.sizes.txt" } const genome = await Genome.createGenome(reference)