Skip to content

Commit

Permalink
fixed tests after update
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Jul 25, 2024
1 parent 33e290b commit 5265322
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-IsoFiltR.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
patrick::with_parameters_test_that("IsoFiltR works",
{
raw <- read.csv(file.path("test-data", paste0("QC1_1_", toupper(mode), "_500.csv")))
expected <- readRDS(file.path("test-data", paste0(mode, "_iso.rds")))
actual <- IsoFiltR(raw)
expected <- readRDS(file.path("test-data", paste0(mode, "_iso.rds")))
expect_equal(actual, expected)
},
mode = c("pos", "neg")
Expand Down
Binary file modified tests/testthat/test-data/neg_iso.rds
Binary file not shown.
Binary file modified tests/testthat/test-data/pos_iso.rds
Binary file not shown.

0 comments on commit 5265322

Please sign in to comment.