🐛Fixed pagination for PostgreSQL connector

This commit is contained in:
Anton SHEPILOV
2024-07-12 00:22:33 +02:00
committed by Anton Shepilov
parent 845781642f
commit 585da88b0d
4 changed files with 34 additions and 6 deletions
@@ -44,7 +44,7 @@ describe("the Drive feature", () => {
currentUser = await UserApi.getInstance(platform);
});
afterAll(async () => {
afterEach(async () => {
await platform?.tearDown();
platform = null;
});