Skip to content

Commit

Permalink
missing filename
Browse files Browse the repository at this point in the history
  • Loading branch information
hillalex committed Aug 21, 2024
1 parent c8e81d4 commit 6f00f47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/helper.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ local_POST_dataset_request <- function(dat, filename, xcol = "day",
}

local_POST_dataset_request_bad_file <- function(env = parent.frame()) {

Check warning on line 51 in tests/testthat/helper.R

View workflow job for this annotation

GitHub Actions / lint

file=tests/testthat/helper.R,line=51,col=1,[object_length_linter] Variable and function names should not be longer than 30 characters.

Check warning on line 51 in tests/testthat/helper.R

View workflow job for this annotation

GitHub Actions / lint

file=tests/testthat/helper.R,line=51,col=1,[object_name_linter] Variable and function name style should match snake_case or symbols.
filename <- "baddata"
EOL <- "\r\n"

Check warning on line 53 in tests/testthat/helper.R

View workflow job for this annotation

GitHub Actions / lint

file=tests/testthat/helper.R,line=53,col=3,[object_name_linter] Variable and function name style should match snake_case or symbols.
boundary <- "------WebKitFormBoundaryvbfCGA1r00d8B0Vv"
request_body <- paste0(boundary, EOL,
Expand Down

0 comments on commit 6f00f47

Please sign in to comment.