Skip to content

Commit

Permalink
[187316637]: oops missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
gergness committed Apr 8, 2024
1 parent e343776 commit 31a8793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-cube-transforms.R
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@ if (tolower(Sys.info()[["sysname"]]) != "windows") {
rep(NA, 10)
), stringsAsFactors = TRUE)

ds <- newDataset(df)
ds <- flakyRecoverNewDataset(df)

# set rocks to be missing
is.na(categories(ds$pets)) <- c(FALSE, FALSE, FALSE, FALSE, TRUE, TRUE)
Expand Down

0 comments on commit 31a8793

Please sign in to comment.