We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6248f3 commit 8436894Copy full SHA for 8436894
src/setup/building/test/building_test.go
@@ -29,7 +29,7 @@ func (s *BuildingTestSuite) TestBuildFunctionJava() {
29
func (s *BuildingTestSuite) TestBuildFunctionGolang() {
30
b := &building.Builder{}
31
b.BuildFunction("aws", "hellogo", "go1.x")
32
- assert.FileExists(s.T(), "setup/deployment/raw-code/serverless/aws/artifacts/hellogo/main")
+ assert.FileExists(s.T(), "setup/deployment/raw-code/serverless/aws/artifacts/hellogo/bootstrap")
33
}
34
35
func (s *BuildingTestSuite) TestBuildFunctionUnsupported() {
0 commit comments