Skip to content

Commit

Permalink
[188605595]: oops one last ordering<-
Browse files Browse the repository at this point in the history
  • Loading branch information
gergness authored and ernestoarbitrio committed Jan 10, 2025
1 parent 9bca465 commit a7d77a0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/testthat/test-versioning.R
Original file line number Diff line number Diff line change
@@ -160,13 +160,6 @@ with_test_authentication({
expect_valid_df_revert(ds)
})

test_that("Added variables are really removed by rolling back", {
## This was user-reported: Order was reverted but derived
## variables persisted, and by assigning an empty order, you can
## recover them.
ordering(ds) <- VariableOrder()
expect_true(setequal(names(ds), names(df)))
})

test_that("And now we can add variables again that we added and reverted", {
expect_null(ds$v7)

0 comments on commit a7d77a0

Please sign in to comment.