From 96e13ae67f7d3d3e3cf6fb5617935e7aa7707dae Mon Sep 17 00:00:00 2001 From: James Couball Date: Sun, 19 Nov 2023 15:06:54 -0800 Subject: [PATCH] Explicitly name remote tracking branch in test Signed-off-by: James Couball --- tests/units/test_remotes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/units/test_remotes.rb b/tests/units/test_remotes.rb index 9084460b..39374950 100644 --- a/tests/units/test_remotes.rb +++ b/tests/units/test_remotes.rb @@ -223,7 +223,7 @@ def test_push assert(!rem.status['test-file1']) assert(!rem.status['test-file3']) - loc.push('testrem') + loc.push('testrem', 'master') assert(rem.status['test-file1']) assert(!rem.status['test-file3'])