From 7a2708878f3aab2ad4aa790d8c14dbc69b2c4594 Mon Sep 17 00:00:00 2001 From: Oliver Gibson Date: Fri, 8 Oct 2021 08:51:40 -0300 Subject: [PATCH] Added warning --- .../tests/testthat/test-gem2s-6-prepare_experiment.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline-runner/tests/testthat/test-gem2s-6-prepare_experiment.R b/pipeline-runner/tests/testthat/test-gem2s-6-prepare_experiment.R index 15a2a842..89b7cc8b 100644 --- a/pipeline-runner/tests/testthat/test-gem2s-6-prepare_experiment.R +++ b/pipeline-runner/tests/testthat/test-gem2s-6-prepare_experiment.R @@ -56,7 +56,7 @@ test_that("prepare_experiment merges multiple SeuratObjects", { prev_out <- mock_prev_out(samples = c('a', 'b', 'c')) scdata_list <- prev_out$scdata_list - task_out <- prepare_experiment(NULL, NULL, prev_out)$output + task_out <- expect_warning(prepare_experiment(NULL, NULL, prev_out)$output) scdata <- task_out$scdata