Skip to content

Commit 12bef79

Browse files
committed
Fix one typo
1 parent 090c420 commit 12bef79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AWSLambdaEventsTests/DynamoDBTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ struct DynamoDBTests {
298298
#expect(test == "dGVzdA==") // base64 for "test"
299299
}
300300

301-
@Test func decoderBinaryToBase64UnkeyedValueContainer() {
301+
@Test func decoderBinaryToBase64UnkeyedDecodingContainer() {
302302
let value: DynamoDBEvent.AttributeValue = .list([
303303
.binary([0x74, 0x65, 0x73, 0x74]) // UTF8 for "test"
304304
])

0 commit comments

Comments
 (0)