Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 27, 2024
1 parent 3706f53 commit 965f842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-spatial.R
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ test_that("get_data", {


test_that("get_parameters", {
expect_identical(nrow(get_parameters(m1)), 5L)
expect_identical(nrow(get_parameters(m1)), 4L)
expect_identical(
get_parameters(m1)$Parameter,
c("(Intercept)", "elevation", "region2", "region3")
Expand Down

0 comments on commit 965f842

Please sign in to comment.