Skip to content

Commit 10d3565

Browse files
pachadotdevkrlmlr
andauthored
Update tests/testthat/test-vendor.R
Co-authored-by: Kirill Müller <[email protected]>
1 parent 71c2dcc commit 10d3565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-vendor.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe("cpp_vendor", {
2222
pkg <- local_package()
2323
p <- pkg_path(pkg)
2424

25-
cpp_vendor(pkg_path(pkg))
25+
cpp_vendor(file.path(pkg_path(pkg), "inst/include"))
2626

2727
expect_true(dir.exists(file.path(p, "cpp11")))
2828
expect_true(file.exists(file.path(p, "cpp11.hpp")))

0 commit comments

Comments
 (0)