We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433a650 commit 8bfc649Copy full SHA for 8bfc649
tests/testthat/test_internals.R
@@ -9,15 +9,17 @@ test_that("test internal functions", {
9
R = 0.1,
10
times = 1,
11
clusters = 10,
12
- method = "seq"), regexp = "The length of times cannot be smaller than 2")
+ method = "seq"),
13
+ regexp = "task 1 failed - \"\\[RLumCarlo Internal Error\\] The length of times cannot be smaller than 2!\"")
14
15
## times non-equidistant
16
expect_error(run_MC_CW_OSL_DELOC(
17
A = 0.12,
18
19
times = c(0,1,10,2,1),
20
- method = "seq"), regexp = "Non-equidistant elements in times are not supported")
21
22
+ regexp = "task 1 failed - \"\\[RLumCarlo Internal Error\\] Non-equidistant elements in times are not supported!\"")
23
24
})
25
0 commit comments