🐛Fixed pagination for PostgreSQL connector
This commit is contained in:
committed by
Anton Shepilov
parent
845781642f
commit
585da88b0d
@@ -44,7 +44,7 @@ describe("the Drive feature", () => {
|
||||
currentUser = await UserApi.getInstance(platform);
|
||||
});
|
||||
|
||||
afterAll(async () => {
|
||||
afterEach(async () => {
|
||||
await platform?.tearDown();
|
||||
platform = null;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user