There was an error while loading. Please reload this page.
1 parent 870a95a commit 3bf5653Copy full SHA for 3bf5653
1 file changed
tests/testthat/test-remotes.R
@@ -8,7 +8,7 @@ test_that("remotes from new repo",{
8
expect_error(git_remote_set_url('https://github.com/foo/bar', repo = repo))
9
expect_error(git_remote_set_pushurl('https://github.com/foo/bar', repo = repo))
10
expect_equal(git_remote_add('https://github.com/jeroen/webp', name = 'jeroen', repo = repo), 'jeroen')
11
- git_fetch('jeroen', repo = repo)
+ git_fetch('jeroen', 'master', repo = repo)
12
git_branch_create('master', 'jeroen/master', repo = repo)
13
git_branch_create('testje', git_commit_id('jeroen/master', repo = repo), checkout = FALSE, repo = repo)
14
git_remote_set_pushurl('https://github.com/foo/baz', repo = repo)
0 commit comments