Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Sep 12, 2024
1 parent c7f0f70 commit 956efd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_functions-MSpectra.R
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ test_that(".spectra_to_spectrum_list and as,Spectra,MSpectra works", {

a <- as(sps_dda, "MSpectra")
expect_s4_class(a, "MSpectra")
expect_equal(msLevel(a), Spectra::msLevel(sps_dda))
expect_equal(unname(msLevel(a)), unname(Spectra::msLevel(sps_dda)))
})

0 comments on commit 956efd1

Please sign in to comment.