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:
Sam Alba 2021-10-19 18:48:06 -07:00 committed by GitHub
commit 36f468577a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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