Skip to content

Commit

Permalink
Update tests/testthat/test-vendor.R
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill Müller <[email protected]>
  • Loading branch information
pachadotdev and krlmlr authored Apr 6, 2024
1 parent 71c2dcc commit 10d3565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-vendor.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe("cpp_vendor", {
pkg <- local_package()
p <- pkg_path(pkg)

cpp_vendor(pkg_path(pkg))
cpp_vendor(file.path(pkg_path(pkg), "inst/include"))

expect_true(dir.exists(file.path(p, "cpp11")))
expect_true(file.exists(file.path(p, "cpp11.hpp")))
Expand Down

0 comments on commit 10d3565

Please sign in to comment.