Skip to content

Commit

Permalink
typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
advieser committed Dec 1, 2024
1 parent 5099de7 commit 2184038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test_ppl.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ test_that("mlr3book authors don't sleepwalk through life", {
test_that("ppl - dictionary suggest works", {

# test that correct dictionary is checked against
expect_error(ppl("adas"), "po\\(\\): 'pca'")
expect_error(ppls("adas"), "pos\\(\\): 'pca'")
expect_error(ppl("adas"), "po\\(\\): 'adas'")
expect_error(ppls("adas"), "pos\\(\\): 'adas'")

})

0 comments on commit 2184038

Please sign in to comment.