Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2e committed Mar 21, 2024
1 parent c279d52 commit 545c008
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions buildengine/discover_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func TestDiscoverModules(t *testing.T) {
},
Module{
ModuleConfig: moduleconfig.ModuleConfig{
Dir: "testdata/modules/external",
Dir: "testdata/projects/external",
Language: "go",
Realm: "home",
Module: "external",
Expand All @@ -82,19 +82,7 @@ func TestDiscoverModules(t *testing.T) {
},
Module{
ModuleConfig: moduleconfig.ModuleConfig{
Dir: "testdata/projects/other",
Language: "go",
Realm: "home",
Module: "other",
Deploy: []string{"main"},
DeployDir: "_ftl",
Schema: "schema.pb",
Watch: []string{"**/*.go", "go.mod", "go.sum"},
},
},
Module{
ModuleConfig: moduleconfig.ModuleConfig{
Dir: "testdata/modules/externalkotlin",
Dir: "testdata/projects/externalkotlin",
Language: "kotlin",
Realm: "home",
Module: "externalkotlin",
Expand All @@ -114,6 +102,18 @@ func TestDiscoverModules(t *testing.T) {
},
},
},
Module{
ModuleConfig: moduleconfig.ModuleConfig{
Dir: "testdata/projects/other",
Language: "go",
Realm: "home",
Module: "other",
Deploy: []string{"main"},
DeployDir: "_ftl",
Schema: "schema.pb",
Watch: []string{"**/*.go", "go.mod", "go.sum"},
},
},
ExternalLibrary{
Dir: "testdata/projects/lib",
Language: "go",
Expand Down

0 comments on commit 545c008

Please sign in to comment.