Skip to content

Commit

Permalink
test: update failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSajid committed Sep 7, 2023
1 parent 8de9246 commit 54e1bdd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/testthat/test-filter_signature.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ sig_dir <- tempdir()
sig_file <-
file.path(sig_dir, stringr::str_glue("{signature_id}.csv"))

signature <-
readr::read_csv(
stringr::str_glue("reference/{signature_id}.csv"),
col_types = col_spec
)



# Test Input Validation

test_that("Not specifying threshold and prop causes error", {
Expand Down

0 comments on commit 54e1bdd

Please sign in to comment.