Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
szabado-faire committed Apr 25, 2024
1 parent 4e446a6 commit 115d7ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ interface TestDynamoDbClient : Service {
.dynamoDbClient(asyncDynamoDb)
.extensions(extensions)
.build()
return AsyncLogicalDb.create(type, enhancedClient)
return AsyncLogicalDb.create(type, enhancedClient, tableNameResolver)
}

fun <DB : AsyncLogicalDb> asyncLogicalDb(type: Class<DB>): DB {
Expand Down

0 comments on commit 115d7ee

Please sign in to comment.