Skip to content

Commit

Permalink
fixing testthat errors again
Browse files Browse the repository at this point in the history
Move default assay call for quiet
  • Loading branch information
ncborcherding committed Oct 31, 2024
1 parent aff12d3 commit 470a331
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-quietTCRgenes.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
test_that("quietTCRgenes works", {

data("trex_example")
SeuratObject::DefaultAssay(trex_example) <- "RNA"

features <- rownames(trex_example@assays$RNA$counts)

Expand All @@ -12,7 +13,6 @@ test_that("quietTCRgenes works", {
)

Seurat::VariableFeatures(trex_example) <- features
Seurat::DefaultAssay(trex_example) <- "RNA"

trex_example <- quietTCRgenes(trex_example)

Expand Down
Binary file modified tests/testthat/testdata/CoNGAfy/CoNGAfy_ADT_counts.rds
Binary file not shown.
Binary file not shown.

0 comments on commit 470a331

Please sign in to comment.