Skip to content

Commit 14e5f62

Browse files
authored
fix: unit test fix (#438)
1 parent 6b93081 commit 14e5f62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codegen/smithy-aws-swift-codegen/src/test/kotlin/software/amazon/smithy/aws/swift/codegen/RestJsonProtocolGeneratorTests.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ class RestJsonProtocolGeneratorTests {
7777
val expectedContents =
7878
"""
7979
public class ExampleClient {
80+
public static let clientName = "ExampleClient"
8081
let client: ClientRuntime.SdkHttpClient
8182
let config: AWSClientRuntime.AWSClientConfiguration
8283
let serviceName = "Example"

0 commit comments

Comments
 (0)