Skip to content

Commit

Permalink
fix test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
s3alfisc committed Apr 16, 2024
1 parent a4de4d1 commit 32bf8b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-error_warning.R
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,7 @@ test_that("error warning IV/WRE and q > 1", {
))

# enumeration warning
expect_warning(suppressMessages(
expect_message(
boottest(
object = ivreg_fit,
clustid = "ethnicity",
Expand All @@ -1477,7 +1477,7 @@ test_that("error warning IV/WRE and q > 1", {
type = "rademacher",
conf_int = FALSE
)
))
)

# drop all NA values from SchoolingReturns
# SchoolingReturns <-
Expand Down

0 comments on commit 32bf8b0

Please sign in to comment.