Skip to content

Commit

Permalink
update test repo path
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhoffa committed May 2, 2024
1 parent 12ca17d commit 277a6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-generate_package_table.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
library(testthat)
library(dplyr)

pacta_r_package_path <- "https://github.com/RMI-PACTA/pacta.r.package"
pacta_r_package_path <- "RMI-PACTA/pacta.r.package"

test_that("returns correct structure and data", {
result <- generate_package_table(pacta_r_package_path)
Expand Down

0 comments on commit 277a6d7

Please sign in to comment.