Skip to content

Commit 59e4072

Browse files
committed
Typo [skip ci]
1 parent e82ff2f commit 59e4072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-smooths.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ test_that("A model with s(x, bs = 're') errors", {
441441
))
442442
})
443443

444-
test_that("A model with s(x, bs = 'ps') works", {
444+
test_that("A model with s(x, bs = 'gp') works", {
445445
skip_on_cran()
446446
skip_on_ci()
447447
d <- subset(pcod, density > 0)

0 commit comments

Comments
 (0)