Skip to content

Commit

Permalink
make variable name more proper
Browse files Browse the repository at this point in the history
  • Loading branch information
gowerc committed Dec 9, 2024
1 parent 1eaf942 commit 64876ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-longData.R
Original file line number Diff line number Diff line change
Expand Up @@ -1166,9 +1166,9 @@ test_that("Missing data_ices are handled correctly", {

longdata <- longDataConstructor$new(dat, vars)

og <- longdata$clone(deep = TRUE)
original <- longdata$clone(deep = TRUE)
longdata$set_strategies(dat_ice)

# When using a blank data_ice, nothing in longdata should be updated
expect_equal(longdata, og)
expect_equal(longdata, original)
})

0 comments on commit 64876ad

Please sign in to comment.