Skip to content

Commit

Permalink
Arregla prueba
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Apr 25, 2024
1 parent ee7c6db commit da75f03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class ActividadesControllerTest < ActionDispatch::IntegrationTest

test "crea copia de una actividad" do
n1 = Cor1440Gen::Actividad.count
get copia_actividad_path(@actividad.id)
get copiar_actividad_path(@actividad.id)
assert_response :success
assert (n1+1), Cor1440Gen::Actividad.count
end
Expand Down

0 comments on commit da75f03

Please sign in to comment.