Skip to content

Commit

Permalink
revert changes in dynamo-route-caching-provider test
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Oct 30, 2024
1 parent c2a8502 commit e14c1c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const TEST_UNCACHED_ROUTES = new CachedRoutes({
blocksToLive: 5,
})

describe('DynamoRouteCachingProvider', () => {
describe('DynamoRouteCachingProvider', async () => {
setupTables(TEST_ROUTE_CACHING_TABLE, TEST_ROUTE_DB_TABLE)
const dynamoRouteCache = new DynamoRouteCachingProvider({
routesTableName: DynamoDBTableProps.RoutesDbTable.Name,
Expand Down

0 comments on commit e14c1c3

Please sign in to comment.