Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoffatt committed Jan 24, 2024
1 parent b96de21 commit 9f77144
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions lambda/invoke_loop_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,14 @@ func TestXRayCausePlumbing(t *testing.T) {
},
},
messages.InvokeResponse_Error{
Type: "yoloError",
Message: "hello yolo",
StackTrace: []*messages.InvokeResponse_Error_StackFrame{
},
Type: "yoloError",
Message: "hello yolo",
StackTrace: []*messages.InvokeResponse_Error_StackFrame{},
},
}
wd, _ := os.Getwd()
expected := []string{
`{
`{
"working_directory":"` + wd + `",
"paths": [],
"exceptions": [{
Expand Down Expand Up @@ -141,7 +140,6 @@ func TestXRayCausePlumbing(t *testing.T) {
]
}]
}`,

}
require.Equal(t, len(errors), len(expected))
ts, record := runtimeAPIServer(``, len(errors))
Expand Down

0 comments on commit 9f77144

Please sign in to comment.