Skip to content

Commit

Permalink
Typo [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
seananderson committed Jan 17, 2024
1 parent e82ff2f commit 59e4072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-smooths.R
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ test_that("A model with s(x, bs = 're') errors", {
))
})

test_that("A model with s(x, bs = 'ps') works", {
test_that("A model with s(x, bs = 'gp') works", {
skip_on_cran()
skip_on_ci()
d <- subset(pcod, density > 0)
Expand Down

0 comments on commit 59e4072

Please sign in to comment.