aboutsummaryrefslogtreecommitdiff
path: root/test/ch
diff options
context:
space:
mode:
Diffstat (limited to 'test/ch')
-rw-r--r--test/ch/epfl/xblast/server/BlockTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ch/epfl/xblast/server/BlockTest.java b/test/ch/epfl/xblast/server/BlockTest.java
index bbe4376..6cfc853 100644
--- a/test/ch/epfl/xblast/server/BlockTest.java
+++ b/test/ch/epfl/xblast/server/BlockTest.java
@@ -26,7 +26,7 @@ public class BlockTest {
26 } 26 }
27 27
28 @Test 28 @Test
29 public void castSadhow() { 29 public void castShadow() {
30 assertTrue(Block.INDESTRUCTIBLE_WALL.castsShadow()); 30 assertTrue(Block.INDESTRUCTIBLE_WALL.castsShadow());
31 assertTrue(Block.DESTRUCTIBLE_WALL.castsShadow()); 31 assertTrue(Block.DESTRUCTIBLE_WALL.castsShadow());
32 assertTrue(Block.CRUMBLING_WALL.castsShadow()); 32 assertTrue(Block.CRUMBLING_WALL.castsShadow());