Skip to content

Commit

Permalink
Fixed object name in test
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Sep 11, 2023
1 parent 59fbb0a commit e3f14ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-greedyMix.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ raw_vcf <- importFile(
format = "VCF",
verbose = FALSE
)
df_bam <- importFile(
raw_bam <- importFile(
data = file.path(path_inst, "bam_example.bam"),
format = "BAM",
)
Expand All @@ -56,7 +56,7 @@ test_that("Files are imported correctly", {
format = "SAM",
)
)
expect_equal(length(df_bam[[1]]), 13)
expect_equal(length(raw_bam[[1]]), 13)
})

df_fasta <- greedyMix(
Expand Down

0 comments on commit e3f14ee

Please sign in to comment.