Skip to content

Commit

Permalink
Update test-brms.R
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke authored Aug 7, 2024
1 parent c4b0e10 commit c6e34e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-brms.R
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ test_that("get_modelmatrix", {
test_that("get_modelmatrix", {
m10 <- insight::download_model("brms_lf_1")
expect_identical(
find_predictors(m10),
find_variables(m10),
list(
response = "carb",
conditional = c("gear", "vs"),disc = c("disc", "cyl")

Check warning on line 899 in tests/testthat/test-brms.R

View workflow job for this annotation

GitHub Actions / lint-changed-files / lint-changed-files

file=tests/testthat/test-brms.R,line=899,col=37,[commas_linter] Put a space after a comma.
Expand Down

0 comments on commit c6e34e2

Please sign in to comment.