Skip to content

Commit

Permalink
Update lambda/shared/src/test/scala/feral/lambda/events/DynamoDbStrea…
Browse files Browse the repository at this point in the history
…mEventSuite.scala

Co-authored-by: Arman Bilge <[email protected]>
  • Loading branch information
filosganga and armanbilge authored Nov 19, 2023
1 parent 3a558d4 commit ca1ed10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class DynamoDbStreamEventSuite extends FunSuite {

test("AttributeValue should decode a BS") {

val vector = ByteVector.view("foo".getBytes(StandardCharsets.UTF_8))
val vector = utf8Bytes"foo"

val source = json"""
{
Expand Down

0 comments on commit ca1ed10

Please sign in to comment.