Skip to content

Commit fa89ee5

Browse files
committed
fix: migrate from deprecated sequential to concurrency option
1 parent b42333b commit fa89ee5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controlplane/test/delete-user.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ vi.mock('../src/core/clickhouse/index.js', () => {
177177
return { ClickHouseClient };
178178
});
179179

180-
describe('Delete user tests', () => {
180+
describe('Delete user tests', { concurrent: false }, () => {
181181
let chClient: ClickHouseClient;
182182

183183
beforeEach(() => {

0 commit comments

Comments
 (0)