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 66f6d8f commit c314b77Copy full SHA for c314b77
Tests/AWSLambdaRuntimeTests/LambdaContextTests.swift
@@ -44,7 +44,7 @@ struct LambdaContextTests {
44
let decodedClientContext = try decoder.decode(ClientContext.self, from: clientContextData)
45
46
let decodedClient = try #require(decodedClientContext.client)
47
- let originalClient = try #require(clientContext.client)
+ let originalClient = try #require(clientContext.client)
48
49
#expect(decodedClient.installationID == originalClient.installationID)
50
#expect(decodedClient.appTitle == originalClient.appTitle)
0 commit comments