feat(bd): V021 crea dbo.ChargeableCharConfig + SPs + índices (PRC-001)
This commit is contained in:
@@ -181,10 +181,11 @@ public class RolPermisoRepositoryTests : IAsyncLifetime
|
||||
// + 1 from V014 (ADM-009): 'administracion:fiscal:gestionar'
|
||||
// + 1 from V016 (CAT-001): 'catalogo:rubros:gestionar'
|
||||
// + 1 from V017 (PRD-001): 'catalogo:tipos:gestionar'
|
||||
// + 1 from V018 (PRD-002): 'catalogo:productos:gestionar' = 27 total
|
||||
// + 1 from V018 (PRD-002): 'catalogo:productos:gestionar'
|
||||
// + 1 from V020 (PRC-001): 'tasacion:caracteres_especiales:gestionar' = 28 total
|
||||
var permisos = await _repository.GetByRolCodigoAsync("admin");
|
||||
|
||||
Assert.Equal(27, permisos.Count);
|
||||
Assert.Equal(28, permisos.Count);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user