Skip to content

Commit

Permalink
remove references to release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
PietrH committed Nov 3, 2023
1 parent dc42fec commit 395506d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/testthat/test-read_camtrap_dp.R
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@ test_that("media arg influences only slot media", {
metadata_without_media <- dp_without_media
metadata_without_media$data <- NULL
expect_identical(metadata_with_media, metadata_without_media)
metadata_with_media_dp_v1_rc1 <- dp_v1_with_media
metadata_with_media_dp_v1_rc1$data <- NULL
metadata_without_media_dp_v1_rc1 <- dp_v1_without_media
metadata_without_media_dp_v1_rc1$data <- NULL
expect_identical(metadata_with_media_dp_v1_rc1,
metadata_without_media_dp_v1_rc1)
metadata_with_media_dp_v1 <- dp_v1_with_media
metadata_with_media_dp_v1$data <- NULL
metadata_without_media_dp_v1 <- dp_v1_without_media
metadata_without_media_dp_v1$data <- NULL
expect_identical(metadata_with_media_dp_v1,
metadata_without_media_dp_v1)
# observations are the same
expect_identical(
dp_with_media$data$observations,
Expand Down Expand Up @@ -576,11 +576,11 @@ test_that(
file = dp_path,
media = TRUE
))
cols_media_dp_v1_rc1 <- dp_v1_with_media$data$media %>%
cols_media_dp_v1 <- dp_v1_with_media$data$media %>%
names()
cols_media_dp_v0_1_6 <- dp_with_media$data$media %>%
names()
expect_identical(cols_media_dp_v1_rc1, cols_media_dp_v0_1_6)
expect_identical(cols_media_dp_v1, cols_media_dp_v0_1_6)
}
)

Expand Down

0 comments on commit 395506d

Please sign in to comment.