Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RLumSK committed Sep 21, 2023
1 parent 66cd5f8 commit d6466a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test_create_DataFile.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ test_that("Full function test", {
config_file <- yaml::read_yaml(yaml_file)

## BIN/BINX files
samp1_file <- system.file("extdata/samp1/bin.BIN", package = "BayLum")
samp2_file <- system.file("extdata/samp2/bin.BIN", package = "BayLum")
samp1_file <- system.file("extdata/samp1/bin.bin", package = "BayLum")
samp2_file <- system.file("extdata/samp2/bin.bin", package = "BayLum")

## import BIN files
samp1 <<- Luminescence::read_BIN2R(samp1_file, verbose = FALSE) |>
Expand Down

0 comments on commit d6466a9

Please sign in to comment.