From 59c757e898b02493aa0f0e14c14d6ebda0bb9578 Mon Sep 17 00:00:00 2001 From: Glen Davies Date: Tue, 17 May 2022 12:05:21 +1200 Subject: [PATCH] More test fixes --- packages/env/test/parse-config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/env/test/parse-config.js b/packages/env/test/parse-config.js index 123f1cd4b38fe..c72bbd4f34e28 100644 --- a/packages/env/test/parse-config.js +++ b/packages/env/test/parse-config.js @@ -22,7 +22,7 @@ const gitTests = [ { sourceString: 'ssh://git@github.com/short.git', url: 'ssh://git@github.com/short.git', - ref: 'master', + ref: undefined, path: currentDirectory + '/short', clonePath: currentDirectory + '/short', basename: 'short', @@ -30,7 +30,7 @@ const gitTests = [ { sourceString: 'ssh://git@github.com/owner/long/path/repo.git', url: 'ssh://git@github.com/owner/long/path/repo.git', - ref: 'master', + ref: undefined, path: currentDirectory + '/owner/long/path/repo', clonePath: currentDirectory + '/owner/long/path/repo', basename: 'repo',