Skip to content

Commit

Permalink
small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
philouail committed Oct 26, 2023
1 parent 66fd4aa commit 44140a9
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 @@ -622,7 +622,7 @@ test_that(".xmse_filter_peaks_intensities works", {
res <- .xmse_filter_peaks_intensities(xmse, nValues = 1, threshold = 50000)
expect_equal(res, unname(chromPeaks(xmse)[, "maxo"] >= 50000))

res <- .xmse_filter_peaks_intensities(xmse, nValues = 1, , msLeve = 2L)
res <- .xmse_filter_peaks_intensities(xmse, nValues = 1, , msLevel = 2L)
expect_true(length(res) == 0)
})

Expand Down

0 comments on commit 44140a9

Please sign in to comment.