Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
wincowgerDEV committed Nov 8, 2023
1 parent 74e936c commit 82c85d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-match_spec.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ test_that("match_spec() handles input errors correctly", {
test_that("match_spec() handles attribute issues correctly", {
preproc_wa <- as_OpenSpecy(preproc$wavenumber,
preproc$spectra,
preproc_wa$metadata[,-c("x", "y")],
preproc$metadata[,-c("x", "y")],
attributes = list(intensity_unit = "absorbance",
derivative_order = 1,
baseline = "nobaseline",
Expand Down

0 comments on commit 82c85d6

Please sign in to comment.