Skip to content

Commit

Permalink
Add repo column for test
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Jan 19, 2024
1 parent 7d996b4 commit 7f8dbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-github.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ test_that("GitHub: Repo metrics", {
"num_stars", "health_percentage"))

time_course_metrics <- get_github_repo_timecourse(repo = "fhdsl/metricminer")
expect_named(time_course_metrics, c("timestamp", "count_clones", "uniques_clones", "count_views", "uniques_views"))
expect_named(time_course_metrics, c("repo", "timestamp", "count_clones", "uniques_clones", "count_views", "uniques_views"))

repo_names <- c("fhdsl/metricminer", "jhudsl/OTTR_Template")
some_repos_metrics <- get_multiple_repos_metrics(repo_names = repo_names)
Expand Down

0 comments on commit 7f8dbfb

Please sign in to comment.