Skip to content

Commit

Permalink
update test now capitals are preserved in filename
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentvanhees committed Oct 31, 2023
1 parent e730204 commit fca98de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_lightPart5.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ test_that("lux_per_segment is correctly calculated", {
# dayborder and ws3 = 60
p5raw_fn = paste(getwd(), "output_test", "meta",
"ms5.outraw", "40_100_400",
"123a_testaccfile_T5A5.RData",
"123A_testaccfile_T5A5.RData",
sep = .Platform$file.sep)
expect_true(file.exists(p5raw_fn))
mdat = c()
Expand Down

0 comments on commit fca98de

Please sign in to comment.