Skip to content

Commit

Permalink
saving
Browse files Browse the repository at this point in the history
  • Loading branch information
jeetendersinghc committed Sep 10, 2024
1 parent 75149d9 commit 55e4ed3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions tests/testthat/test-independent-testing-empty_table.R
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@


meta <- meta_ae_example()

meta


meta$data_observation <- meta$data_observation[0, ]
meta$data_observation <- meta$data_observation[0,]

meta$data_population <- meta$data_population[0, ]
meta$data_population <- meta$data_population[0,]

meta

Expand Down Expand Up @@ -83,3 +85,8 @@ test_that("RTF output: empty table or analysis table.", {
expect_snapshot_file(path_rtf)
}
})





0 comments on commit 55e4ed3

Please sign in to comment.