Skip to content

Commit

Permalink
vbump testthat (#763)
Browse files Browse the repository at this point in the history
fix min_isolated strategy

https://github.com/insightsengineering/teal.modules.general/actions/runs/9630557319/job/26561246365
```
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-examples.R:143:1): (code run outside of `test_that()`) ──────────
Error: 'is_checking' is not an exported object from 'namespace:testthat'
Backtrace:
    ▆
 1. └─teal.modules.general (local) rd_files() at test-examples.R:143:1
── Error (test-tm_g_bivariate.R:243:3): tm_g_bivariate determines `color`, `size` and `fill` when `color_setting` is TRUE ──
Error: 'expect_contains' is not an exported object from 'namespace:testthat'

[ FAIL 2 | WARN 0 | SKIP 78 | PASS 66 ]
```

`is_checking` is available since
[`3.1.9`](https://github.com/cran/testthat/blob/3.1.9/NAMESPACE#L82)
(and it's missing in
[`3.1.8`](https://github.com/cran/testthat/blob/3.1.8/NAMESPACE))

test runs available here:
https://github.com/insightsengineering/teal.modules.general/actions/workflows/scheduled.yaml?query=branch%3Apawelru-patch-1

Signed-off-by: Pawel Rucki <[email protected]>
  • Loading branch information
pawelru authored Jun 27, 2024
1 parent 3a6f9f0 commit f3f59fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Suggests:
rvest,
shinytest2,
sparkline,
testthat (>= 3.0.4),
testthat (>= 3.1.9),
withr (>= 2.0.0)
VignetteBuilder:
knitr
Expand Down

0 comments on commit f3f59fc

Please sign in to comment.