Merge pull request #1069 from samalba/fix-test-pkg
mod: fixed unit tests to match the new universe repo structure
This commit is contained in:
commit
36f468577a
@ -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",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user