Skip to content

Commit 52484a1

Browse files
committed
fix: update test counts for integration and unit tests in testing data
1 parent b927298 commit 52484a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/data/testing.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,14 +268,14 @@ export const PIRAMIDE: EstratoPiramide[] = [
268268
{
269269
id: 'integracion',
270270
nombre: 'Integración',
271-
tests: 98,
271+
tests: 102,
272272
velocidad: 'segundos',
273273
proposito: 'Base de datos real y desechable: transacciones, UNIQUE y concurrencia de verdad.',
274274
},
275275
{
276276
id: 'unitario',
277277
nombre: 'Unitarias',
278-
tests: 696,
278+
tests: 724,
279279
velocidad: 'milisegundos',
280280
proposito: 'Lógica pura, sin BD ni red. Baratas: por eso son la mayoría.',
281281
},

0 commit comments

Comments
 (0)