From 20ccf7165492c30d12bb7c6c84f6b8b42817eea6 Mon Sep 17 00:00:00 2001 From: Sam Alba Date: Tue, 19 Oct 2021 17:48:09 -0700 Subject: [PATCH] mod: fixed unit tests to match the new universe repo structure Signed-off-by: Sam Alba --- mod/repo_test.go | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/mod/repo_test.go b/mod/repo_test.go index e911b581..cbf01fbd 100644 --- a/mod/repo_test.go +++ b/mod/repo_test.go @@ -13,14 +13,6 @@ func TestClone(t *testing.T) { privateKeyFile string privateKeyPassword string }{ - { - name: "resolving shorter hash version", - require: Require{ - cloneRepo: "github.com/dagger/universe", - clonePath: "stdlib", - version: "24d7af3fc2a3e9c7cc2", - }, - }, { name: "resolving branch name", require: Require{ @@ -34,7 +26,7 @@ func TestClone(t *testing.T) { require: Require{ cloneRepo: "github.com/dagger/universe", clonePath: "stdlib", - version: "v0.1", + version: "v0.1.0", }, }, {