Skip to content

Commit

Permalink
Update unit tests to use correct function names.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomrrr1 committed Apr 26, 2024
1 parent 5ae11cf commit e358fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-motif_enrichment.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test_that("list outputted by peak_proportion function", {
temp_dir <- withr::local_tempdir()
withr::defer(temp_dir)

res <- peak_proportion(
res <- motif_enrichment(
peak_input = creb_peaks,
motif = creb_motif,
genome_build = BSgenome.Hsapiens.UCSC.hg38::BSgenome.Hsapiens.UCSC.hg38,
Expand Down

0 comments on commit e358fd0

Please sign in to comment.