Skip to content

Commit

Permalink
revert expect_named
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Aug 22, 2024
1 parent 2e99921 commit 5f3176e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-utils-github.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test_that("parse_github_remotes() works, on named list or named character", {
bitbucket2 = "[email protected]:OWNER/REPO.git"
)
parsed <- parse_github_remotes(urls)
expect_named(urls, parsed$name)
expect_equal(parsed$name, names(urls))
expect_equal(unique(parsed$repo_owner), "OWNER")
expect_equal(
parsed$host,
Expand Down

0 comments on commit 5f3176e

Please sign in to comment.