Skip to content

Commit

Permalink
Fix missing closing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
sneumann committed Feb 19, 2024
1 parent b1ae819 commit 4fcb331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_XcmsExperiment.R
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ test_that("manualChromPeaks,XcmsExperiment works", {
unname(pks_2[, c("mz", "into", "maxo")]))

chr_pks <- chromPeaks(res)
expect_true("sn" %in% colnames(chr_pks)
expect_true("sn" %in% colnames(chr_pks))

res2 <- manualChromPeaks(tmp, pks, samples = 2)
expect_equal(unname(chromPeaks(res2)), unname(pks_2))
Expand Down

0 comments on commit 4fcb331

Please sign in to comment.