Skip to content

Commit

Permalink
adjust metabolomics tests based on recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
biodavidjm committed Sep 23, 2024
1 parent c44b2d7 commit 2d83114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-metabolomics_qc.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ test_that("check_metadata_metabolites returns the right number of issues", {
})

test_that("check_metadata_sample returns the right number of issues", {
expect_equal(check_metadata_samples(df = metadata_sample_named, cas = "umichigan", return_n_issues = TRUE, verbose = FALSE), 3)
expect_equal(check_metadata_samples(df = metadata_sample_unnamed, cas = "umichigan", return_n_issues = TRUE, verbose = FALSE), 3)
expect_equal(check_metadata_samples(df = metadata_sample_named, cas = "umichigan", return_n_issues = TRUE, verbose = FALSE), 2)
expect_equal(check_metadata_samples(df = metadata_sample_unnamed, cas = "umichigan", return_n_issues = TRUE, verbose = FALSE), 2)
})

test_that("check_results returns the right number of issues", {
Expand Down

0 comments on commit 2d83114

Please sign in to comment.