Skip to content

Commit

Permalink
Cleaner cleaners.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek committed Sep 18, 2023
1 parent d5efbc8 commit fd99eb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
url: https://jonthegeek.github.io/beekeeper/
template:
bootstrap: 5

6 changes: 3 additions & 3 deletions tests/testthat/helper.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ scrub_testpkg <- function(text) {
scrub_updated <- function(input) {
sub(
"updated_on:.*$",
"updated_on: DATETIME\"",
"updated_on: DATETIME",
input
)
}

scrub_rapid_file_location <- function(input) {
sub(
"rapid_file: file.*$",
"rapid_file: RAPID_FILE_PATH\"",
"rapid_file: .*$",
"rapid_file: RAPID_FILE_PATH",
input
)
}
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-use_beekeeper.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ test_that("config writes a yml", {
expected_result_file <- scrub_config(
readLines(test_path("_fixtures", "guru_beekeeper.yml"))
)
expected_result_file[[4]] <- "rapid_file: RAPID_FILE_PATH\""
expect_identical(
test_result_file,
expected_result_file
Expand Down

0 comments on commit fd99eb7

Please sign in to comment.