Remove pre-Europa tests

Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
Joel Longtine
2022-02-18 16:51:22 -07:00
parent 7e86b00962
commit 43a46128e0
511 changed files with 10 additions and 15691 deletions

View File

@@ -63,9 +63,9 @@ func TestParseArgument(t *testing.T) {
},
{
name: "Alpha Dagger repo with path",
in: "alpha.dagger.io/gcp/gke@v0.1.0-alpha.20",
in: "universe.dagger.io/gcp/gke@v0.1.0-alpha.20",
want: &Require{
repo: "alpha.dagger.io",
repo: "universe.dagger.io",
path: "/gcp/gke",
version: "v0.1.0-alpha.20",
@@ -75,9 +75,9 @@ func TestParseArgument(t *testing.T) {
},
{
name: "Alpha Dagger repo",
in: "alpha.dagger.io@v0.1.0-alpha.23",
in: "universe.dagger.io@v0.1.0-alpha.23",
want: &Require{
repo: "alpha.dagger.io",
repo: "universe.dagger.io",
path: "",
version: "v0.1.0-alpha.23",