Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

Commit

Permalink
tests terminados
Browse files Browse the repository at this point in the history
  • Loading branch information
GerrMunoz committed Sep 11, 2017
1 parent 47ac5a6 commit 6b6d6cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Objetos/MusicGuide/src/tests/presentaciones.wtest
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ describe "Presentaciones" {
}

test "El costo de la presentacion en Luna Park es de 1550" {
presentacionEnLunaPark.fecha(new Date(15, 7, 2017))
fixturePresentaciones.agregarTodos(presentacionEnLunaPark)
assert.equals(1550, presentacionEnLunaPark.costo())
}
Expand Down

0 comments on commit 6b6d6cf

Please sign in to comment.