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:
parent
aa491ae67c
commit
20ccf71654
@ -13,14 +13,6 @@ func TestClone(t *testing.T) {
|
|||||||
privateKeyFile string
|
privateKeyFile string
|
||||||
privateKeyPassword string
|
privateKeyPassword string
|
||||||
}{
|
}{
|
||||||
{
|
|
||||||
name: "resolving shorter hash version",
|
|
||||||
require: Require{
|
|
||||||
cloneRepo: "github.com/dagger/universe",
|
|
||||||
clonePath: "stdlib",
|
|
||||||
version: "24d7af3fc2a3e9c7cc2",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "resolving branch name",
|
name: "resolving branch name",
|
||||||
require: Require{
|
require: Require{
|
||||||
@ -34,7 +26,7 @@ func TestClone(t *testing.T) {
|
|||||||
require: Require{
|
require: Require{
|
||||||
cloneRepo: "github.com/dagger/universe",
|
cloneRepo: "github.com/dagger/universe",
|
||||||
clonePath: "stdlib",
|
clonePath: "stdlib",
|
||||||
version: "v0.1",
|
version: "v0.1.0",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user