Skip to content

Commit 3bf5653

Browse files
committed
Fix CI
1 parent 870a95a commit 3bf5653

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/testthat/test-remotes.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ test_that("remotes from new repo",{
88
expect_error(git_remote_set_url('https://github.com/foo/bar', repo = repo))
99
expect_error(git_remote_set_pushurl('https://github.com/foo/bar', repo = repo))
1010
expect_equal(git_remote_add('https://github.com/jeroen/webp', name = 'jeroen', repo = repo), 'jeroen')
11-
git_fetch('jeroen', repo = repo)
11+
git_fetch('jeroen', 'master', repo = repo)
1212
git_branch_create('master', 'jeroen/master', repo = repo)
1313
git_branch_create('testje', git_commit_id('jeroen/master', repo = repo), checkout = FALSE, repo = repo)
1414
git_remote_set_pushurl('https://github.com/foo/baz', repo = repo)

0 commit comments

Comments
 (0)