Skip to content

Commit

Permalink
fix: updated error message in the test for obtener_tip_ocurren_geo
Browse files Browse the repository at this point in the history
Ref: #194
  • Loading branch information
GeraldineGomez committed Jul 29, 2024
1 parent c163b6d commit 8c40914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ test_that("`obtener_tip_ocurren_geo` funciona correctamente", {
test_that("`obtener_tip_ocurren_geo` maneja errores correctamente", {
expect_error(
obtener_tip_ocurren_geo(),
"Debe ingresar algun valor en cod_event o nombre_event"
"El parametro cod_event o nombre_event no debe estar vacio"
)
})

Expand Down

0 comments on commit 8c40914

Please sign in to comment.