Skip to content

Commit

Permalink
fix(vercel-with-redwood): update expectation to OpenSSL 3.x engine (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 authored Mar 22, 2024
1 parent e9098fc commit 12d12b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms-serverless-vercel/vercel-with-redwood/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test('should test .prisma/client files', async () => {
'index.d.ts',
'index.js',
'package.json',
'query-engine-rhel-openssl-1.0.x',
'query-engine-rhel-openssl-3.0.x',
'schema.prisma',
'wasm.d.ts',
'wasm.js',
Expand All @@ -70,7 +70,7 @@ test('should test .prisma/client files', async () => {
'index-browser.js',
'index.d.ts',
'index.js',
'libquery_engine-rhel-openssl-1.0.x.so.node',
'libquery_engine-rhel-openssl-3.0.x.so.node',
'package.json',
'schema.prisma',
'wasm.d.ts',
Expand Down

0 comments on commit 12d12b7

Please sign in to comment.