Skip to content

Commit

Permalink
Update test_calculadora_alumnos.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dcsibon authored Nov 6, 2024
1 parent bf93e94 commit 5252139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_calculadora_alumnos.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import pytest

from otros.calculadora import es_resultado_negativo, multiplicar, dividir, potencia
from src.calculadora_alumnos import es_resultado_negativo, multiplicar, dividir, potencia


# TODO: Crear el test unitario para la función es_resultado_negativo. Verifica lo siguiente:
Expand Down Expand Up @@ -63,4 +63,4 @@ def test_potencia(base, exponente, expected):
"""
Prueba para la función potencia.
"""
assert potencia(base, exponente) == expected
assert potencia(base, exponente) == expected

0 comments on commit 5252139

Please sign in to comment.