Skip to content

Commit 66c3a6e

Browse files
committed
typo
1 parent 288316e commit 66c3a6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat/test-svyolr.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ test_that("robust-se polr", {
1010
m <- survey::svyolr(mealcat ~ avg.ed + mobility + stype, design = dclus1)
1111
out <- model_parameters(m)
1212
expect_identical(attributes(out)$coefficient_name, "Log-Odds")
13-
expect_identicl(
13+
expect_identical(
1414
out$Component,
1515
c("alpha", "alpha", "alpha", "beta", "beta", "beta", "beta")
1616
)
17-
expect_identicl(
17+
expect_identical(
1818
out$Parameter,
1919
c(
2020
"(0,25]|(25,50]",

0 commit comments

Comments
 (0)