Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 11, 2024
1 parent 53629e0 commit 1605529
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/testthat/test-compare_parameters.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ withr::with_options(
expect_identical(
out$Parameter,
c(
"(Intercept)", "Species (versicolor)", "Species (virginica)",
"Petal Length", "Species (versicolor) * Petal Length",
"Species (virginica) * Petal Length", "outcome (2)", "outcome (3)",
"treatment (2)", "treatment (3)", NA, "Observations"
"(Intercept)", "Species [versicolor]", "Species [virginica]",
"Petal Length", "Species [versicolor] * Petal Length",
"Species [virginica] * Petal Length", "outcome [2]", "outcome [3]",
"treatment [2]", "treatment [3]", NA, "Observations"
)
)
})
Expand Down Expand Up @@ -65,10 +65,10 @@ withr::with_options(
expect_identical(
out$Parameter,
c(
"(Intercept)", "Species (versicolor)", "Species (virginica)",
"Petal Length", "Species (versicolor) * Petal Length",
"Species (virginica) * Petal Length", "outcome (2)", "outcome (3)",
"treatment (2)", "treatment (3)", NA, "Observations"
"(Intercept)", "Species [versicolor]", "Species [virginica]",
"Petal Length", "Species [versicolor] * Petal Length",
"Species [virginica] * Petal Length", "outcome [2]", "outcome [3]",
"treatment [2]", "treatment [3]", NA, "Observations"
)
)
})
Expand Down

0 comments on commit 1605529

Please sign in to comment.