Skip to content

Commit ed574b1

Browse files
committed
Remove duplicated test method
1 parent 482c238 commit ed574b1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/remote_test.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,6 @@ def test_fetch_prune_nil
202202
assert_equal "8496071c1b46c854b31185ea97743be6a8774479", @repo.ref("refs/remotes/origin/unit_test").target_id
203203
end
204204

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-
210205
def test_fetch_prune_with_invalid_argument_raises
211206
assert_raises TypeError do
212207
@remote.fetch(prune: 'INVALID')

0 commit comments

Comments
 (0)