Skip to content

Commit 972aa89

Browse files
committed
update tests to match
1 parent 1aaf826 commit 972aa89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

facebook/delphiFacebook/tests/testthat/test-variables.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ test_that("household size correctly imputes zeros", {
149149

150150
test_that("vaccine acceptance is correctly coded", {
151151
input_data <- data.frame(
152+
wave = 1,
152153
V1 = c(2, 3, 2, NA, 1, NA),
153154
V3 = c(1, 2, 3, 4, NA, NA)
154155
)

0 commit comments

Comments
 (0)