Skip to content

Commit

Permalink
Fix failing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Oct 19, 2023
1 parent 8a0fa1f commit 1944f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-search.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ context("search")
test_that("search", {
skip_if_offline()

x <- ps("csardi")
x <- ps("command line")
expect_s3_class(x, "tbl")
expect_s3_class(x, "pkg_search_result")

Expand Down

0 comments on commit 1944f50

Please sign in to comment.