mod: fixed unit tests to match the new universe repo structure

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba 2021-10-19 17:48:09 -07:00
parent aa491ae67c
commit 20ccf71654

View File

@ -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",
},
},
{