File tree 1 file changed +4
-4
lines changed
Tests/AWSLambdaRuntimeCoreTests
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import NIO
17
17
import XCTest
18
18
19
19
class LambdaHandlerTest : XCTestCase {
20
- // MARK: Callback
20
+ // MARK: - Callback
21
21
22
22
func testCallbackSuccess( ) {
23
23
let server = MockLambdaServer ( behavior: Behavior ( ) )
@@ -81,7 +81,7 @@ class LambdaHandlerTest: XCTestCase {
81
81
82
82
#if compiler(>=5.5) && $AsyncAwait
83
83
84
- // MARK: AsyncLambdaHandler
84
+ // MARK: - AsyncLambdaHandler
85
85
86
86
func testAsyncHandlerSuccess( ) {
87
87
let server = MockLambdaServer ( behavior: Behavior ( ) )
@@ -142,7 +142,7 @@ class LambdaHandlerTest: XCTestCase {
142
142
}
143
143
#endif
144
144
145
- // MARK: EventLoop
145
+ // MARK: - EventLoop
146
146
147
147
func testEventLoopSuccess( ) {
148
148
let server = MockLambdaServer ( behavior: Behavior ( ) )
@@ -204,7 +204,7 @@ class LambdaHandlerTest: XCTestCase {
204
204
assertLambdaLifecycleResult ( result, shoudHaveRun: maxTimes)
205
205
}
206
206
207
- // MARK: Closure
207
+ // MARK: - Closure
208
208
209
209
func testClosureSuccess( ) {
210
210
let server = MockLambdaServer ( behavior: Behavior ( ) )
You can’t perform that action at this time.
0 commit comments