We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482c238 commit ed574b1Copy full SHA for ed574b1
test/remote_test.rb
@@ -202,11 +202,6 @@ def test_fetch_prune_nil
202
assert_equal "8496071c1b46c854b31185ea97743be6a8774479", @repo.ref("refs/remotes/origin/unit_test").target_id
203
end
204
205
- def test_fetch_prune_nil
206
- @remote.fetch(prune: nil)
207
- assert_equal "8496071c1b46c854b31185ea97743be6a8774479", @repo.ref("refs/remotes/origin/unit_test").target_id
208
- end
209
-
210
def test_fetch_prune_with_invalid_argument_raises
211
assert_raises TypeError do
212
@remote.fetch(prune: 'INVALID')
0 commit comments