Skip to content

Commit

Permalink
remove code from #282
Browse files Browse the repository at this point in the history
  • Loading branch information
PietrH committed Nov 3, 2023
1 parent 7761d29 commit 2dbbf12
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/testthat/test-read_camtrap_dp.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ test_that("test warnings while reading files with parsing issues", {
"`readr::problems()`."
)
)
problems_deploys <- readr::problems(dp_issues$data$deployments)
expect_identical(nrow(problems_deploys), 2L)
expect_identical(problems_deploys$row, c(1L,2L))
expect_identical(problems_deploys$col, c(7L,7L))
expect_identical(problems_deploys$expected, rep("date like %Y-%m-%dT%H:%M:%S%z", 2))

# warning on observations
expect_identical(
Expand Down Expand Up @@ -363,7 +358,7 @@ test_that(
}
)

test_that("read deployments v1.0-rc1: session is left empty", {
test_that("read deployments v1.0: session is left empty", {
expect_true(all(is.na(dp_v1_with_media$data$deployments$session)))
})

Expand Down

0 comments on commit 2dbbf12

Please sign in to comment.