Skip to content

Commit 0bb965d

Browse files
authored
Explicitly name remote tracking branch in test (#676)
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 8481f8c commit 0bb965d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/units/test_remotes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def test_push
223223
assert(!rem.status['test-file1'])
224224
assert(!rem.status['test-file3'])
225225

226-
loc.push('testrem')
226+
loc.push('testrem', 'master')
227227

228228
assert(rem.status['test-file1'])
229229
assert(!rem.status['test-file3'])

0 commit comments

Comments
 (0)