Skip to content

Commit

Permalink
test: test replicate_orientation in qp_tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiAragaki committed Nov 5, 2023
1 parent 4afcaa4 commit c503f7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/testthat/test-qp_tidy.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ test_that("max_unknowns calculated correctly", {
expect_equal(get_max_unknowns(3, 2, 1), 0)
expect_equal(get_max_unknowns(0, 2, 2), 0)
})

test_that("vertical replicate_orientation works", {
f <- system.file("extdata", "absorbances.txt", package = "qp")
expect_no_error(suppressWarnings(qp_tidy(f, replicate_orientation = "v")))
})

0 comments on commit c503f7c

Please sign in to comment.