Skip to content

Commit 8436894

Browse files
kk-minypwong99
authored andcommitted
fix: update file assertion in TestBuildFunctionGolang
1 parent d6248f3 commit 8436894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup/building/test/building_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func (s *BuildingTestSuite) TestBuildFunctionJava() {
2929
func (s *BuildingTestSuite) TestBuildFunctionGolang() {
3030
b := &building.Builder{}
3131
b.BuildFunction("aws", "hellogo", "go1.x")
32-
assert.FileExists(s.T(), "setup/deployment/raw-code/serverless/aws/artifacts/hellogo/main")
32+
assert.FileExists(s.T(), "setup/deployment/raw-code/serverless/aws/artifacts/hellogo/bootstrap")
3333
}
3434

3535
func (s *BuildingTestSuite) TestBuildFunctionUnsupported() {

0 commit comments

Comments
 (0)