Skip to content

Commit

Permalink
Correcting site name
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Oct 25, 2024
1 parent 34c9179 commit 3621be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_preprocess_ww_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ test_that("Function handles LOD values equal to concentration values", {
test_that("Constant population per site", {
wrong_pop <- cbind(
ww_data,
ww_data |> dplyr::mutate(site = max(.data$site) + 1)
ww_data |> dplyr::mutate(site = "wrong pop")
)
wrong_pop$site_pop <- 1e6 + seq_len(nrow(ww_data))

Expand Down

0 comments on commit 3621be0

Please sign in to comment.