Skip to content

Commit c6020fd

Browse files
committed
Se corrigió un test incorrecto llamado a través de Makefile.
1 parent a42daac commit c6020fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tests-readonly:
3333
python3 tests/run.py dte_facturacion.dte_temp.test_descargar_xml_dte_temp.TestDescargarXmlDteTemp
3434
python3 tests/run.py dte_facturacion.dte_temp.test_emitir_dte_temp.TestEmitirDteTemp
3535
python3 tests/run.py dte_facturacion.dte_temp.test_eliminar_dte_temp.TestEliminarDteTemp
36-
python3 tests/run.py dte_facturacion.dte_temp.test_listar_dte_temp.TestListarDteTemp
36+
python3 tests/run.py dte_facturacion.dte_temp.test_listar_dtes_temp.TestListarDtesTemp
3737
python3 tests/run.py pagos_cobros_masivos.test_buscar_cobro_programado.TestBuscarCobroProgramado
3838
python3 tests/run.py pagos_cobros_masivos.test_listar_cobros_masivos_programados.TestListarCobrosMasivosProgramados
3939

0 commit comments

Comments
 (0)