Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
YuhangTom committed Mar 18, 2024
1 parent 806bb76 commit 8c87681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-vec_align_sigs_list.R
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ test_that("output return works", {
alignedsigs, "list"
)
expect_length(
alignedsigs, 3
alignedsigs, 4
)
expect_named(
alignedsigs,
c("ccf", "lag", "lands")
c("ccf", "lag", "lands", "cors")
)
})

0 comments on commit 8c87681

Please sign in to comment.