Skip to content

Commit

Permalink
renamed helper script
Browse files Browse the repository at this point in the history
  • Loading branch information
Torbjørn Lindahl committed Sep 9, 2024
1 parent 3817399 commit fc29317
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/testthat/test-local_here.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ library(withr)
suppressMessages(library(here))
library(fs)

source(test_path("testthat_helpers.R"))
source(test_path("helpers.R"))

test_that("local_here works", {

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-with_here.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ library(withr)
suppressMessages(library(here))
library(fs)

source(test_path("testthat_helpers.R"))
source(test_path("helpers.R"))

test_that("with_here works", {

Expand Down

0 comments on commit fc29317

Please sign in to comment.