Skip to content

Commit

Permalink
Update 'join_features' test
Browse files Browse the repository at this point in the history
  • Loading branch information
william-hutchison committed Sep 1, 2023
1 parent 9395cc8 commit 1c9108c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test_that("join_features wide",{

spe %>%
join_features(c("ENSMUSG00000051951", "ENSMUSG00000025900"), shape = "wide") %>%
tidySpatialExperiment::pull(ENSMUSG00000051951) %>%
pull(ENSMUSG00000051951) %>%
sum() %>%
expect_equal(8)
})
Expand Down

0 comments on commit 1c9108c

Please sign in to comment.