Skip to content

Commit d25c934

Browse files
committed
fix test
1 parent de4499f commit d25c934

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/orm/client-api/diagnostics.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ describe('Client $diagnostics tests', () => {
160160
}
161161

162162
const diagnostics = await client.$diagnostics();
163-
expect(diagnostics.slowQueries.length).toBe(5);
163+
expect(diagnostics.slowQueries.length).toBeGreaterThanOrEqual(5);
164164
} finally {
165165
await client.$disconnect();
166166
}

0 commit comments

Comments
 (0)