Skip to content

Commit abb8e03

Browse files
authored
update testthat version (#220)
Fixes #219 We need to bump up `testthat` version because we're using `testthat::it` function in unit tests. This function was introduced in `3.1.8`: https://github.com/r-lib/testthat/blob/v3.1.8/R/describe.R#L89
1 parent b883c9a commit abb8e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Suggests:
3737
magrittr (>= 1.5),
3838
rmarkdown (>= 2.23),
3939
shiny (>= 1.6.0),
40-
testthat (>= 3.1.5),
40+
testthat (>= 3.1.8),
4141
withr (>= 2.0.0)
4242
VignetteBuilder:
4343
knitr,

0 commit comments

Comments
 (0)