aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2016-02-29 17:38:27 +0100
committerPacien TRAN-GIRARD2016-02-29 17:38:27 +0100
commit55e19228a2b9119f136f62b050421ac91cdecf53 (patch)
tree2b55c4b228987d2a25e2a134ceec4333fb9727ab
parente25492f5f71b4ad4e09e485fe46b5dd60a568994 (diff)
downloadxblast-55e19228a2b9119f136f62b050421ac91cdecf53.tar.gz
Fix typo in function name
-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());