Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ymc9 committed Jul 9, 2024
1 parent c3a0c9e commit f3a90e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/tests/adapter/next.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { loadSchema } from '@zenstackhq/testtools';
import { createServer, RequestListener } from 'http';
import { apiResolver } from 'next/dist/server/api-utils/node';
import { apiResolver } from 'next/dist/server/api-utils/node/api-resolver';
import path from 'path';
import request from 'supertest';
import Rest from '../../src/api/rest';
Expand Down

0 comments on commit f3a90e0

Please sign in to comment.