Skip to content

Commit

Permalink
small fix for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zining01 committed Dec 7, 2021
1 parent bdccbab commit f93862c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test_filterloose.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ test_that(desc = "Testing LP JaBbA with .bw coverage input",
slack.penalty = 10,
tilim = 60,
cfield = 'ratio',
reiterate = 2,
verbose = 2,
outdir = 'JaBbA.filter',
overwrite = TRUE,
Expand Down Expand Up @@ -61,7 +62,7 @@ test_that(desc = "Testing LP JaBbA with .bw coverage input",
rescue.all = FALSE,
filter_loose = FALSE))
},
regexp = "Resetting rescue.all to TRUE")
regexp = "Skipping loose end annotation")
})

test_that(desc = "Testing LP JaBbA with .bw coverage input",
Expand Down

0 comments on commit f93862c

Please sign in to comment.