chore(adm-009): actualizar Respawner TablesToIgnore + conteos de permisos en tests existentes
This commit is contained in:
@@ -38,6 +38,11 @@ public class UsuarioRepositoryTests : IAsyncLifetime
|
||||
new Respawn.Graph.Table("dbo", "Seccion_History"),
|
||||
// ADM-008 (V013): PuntoDeVenta is temporal; SecuenciaComprobante is NOT temporal (AD8 revisitado).
|
||||
new Respawn.Graph.Table("dbo", "PuntoDeVenta_History"),
|
||||
// ADM-009 (V014): TipoDeIva + IngresosBrutos son temporales.
|
||||
new Respawn.Graph.Table("dbo", "TipoDeIva_History"),
|
||||
new Respawn.Graph.Table("dbo", "IngresosBrutos_History"),
|
||||
new Respawn.Graph.Table("dbo", "TipoDeIva"),
|
||||
new Respawn.Graph.Table("dbo", "IngresosBrutos"),
|
||||
]
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user