Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Aug 29, 2023
1 parent 4ac80a7 commit 2224425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-ivreg_AER.R
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ test_that("find_terms", {
),
ignore_attr = TRUE
)
expect_identicak(nrow(get_parameters(mod_aer_ivreg)), 3)
expect_identical(nrow(get_parameters(mod_aer_ivreg)), 3L)
expect_identical(
get_parameters(mod_aer_ivreg)$Parameter,
c("(Intercept)", "log(rprice)", "log(rincome)")
Expand Down

0 comments on commit 2224425

Please sign in to comment.