Skip to content

Commit

Permalink
Added warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Gibson authored and Oliver Gibson committed Oct 8, 2021
1 parent 6c08c28 commit 7a27088
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7a27088

Please sign in to comment.