Skip to content

Commit b2297a6

Browse files
committed
Move themes files test in resources folder
1 parent 8fe1fac commit b2297a6

File tree

10 files changed

+1
-1
lines changed

10 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/testthat/test-theme.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ skip_if_not_installed("withr")
77
install_dev_package()
88

99
theme_file <- function(...) {
10-
test_path("theme", ...)
10+
resources_path("theme", ...)
1111
}
1212

1313
resource_dir <- function(input) {

0 commit comments

Comments
 (0)