Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ruiheesi committed Dec 13, 2022
1 parent c88161e commit 97e18e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_Filter_and_QC.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test_that("Load testing dataset", {
datadir <- readRDS("./fixtures/filter_qc_test_in.rds")
datadir <- readRDS(test_path("fixtures","filter_qc_test_in.rds"))

filter_qc_out <- Filter_and_QC(datadir,
Organism = "Mouse")
Expand Down

0 comments on commit 97e18e5

Please sign in to comment.