Skip to content

Commit 43d78bd

Browse files
committed
Refactor
1 parent 54219de commit 43d78bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AWSLambdaRuntimeCoreTests/LambdaMockClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ final actor LambdaMockClient: LambdaRuntimeClientProtocol {
202202
}
203203
}
204204

205-
private var stateMachine: StateMachine = .init()
205+
private var stateMachine = StateMachine()
206206

207207
struct Event {
208208
let invocation: Invocation

0 commit comments

Comments
 (0)