Skip to content

Commit

Permalink
Update tests.wtest
Browse files Browse the repository at this point in the history
  • Loading branch information
Malena-Sciutto authored Nov 22, 2023
1 parent d109460 commit f0c2bde
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/tests.wtest
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,6 @@ describe "nivel4" {

}

test "harry entra a la zona invisible. Sirius puede moverse"{
harry.estado(harryHumano)
sirius.estado(siriusHumano)
harry.transformarse()
assert.equals(harryInvisible, harry.estado())
harry.entrarEnZonaGuardias()
sirius.position(game.at(0,0))
assert.that(sirius.sePuedeMover(arriba))
}

test "sirius choca contra una pared y no puede moverse"{
sirius.position(game.at(2,1))
assert.notThat(sirius.sePuedeMover(arriba))
Expand Down

0 comments on commit f0c2bde

Please sign in to comment.