diff options
author | Pacien TRAN-GIRARD | 2016-02-29 17:38:27 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2016-02-29 17:38:27 +0100 |
commit | 55e19228a2b9119f136f62b050421ac91cdecf53 (patch) | |
tree | 2b55c4b228987d2a25e2a134ceec4333fb9727ab /test/ch/epfl | |
parent | e25492f5f71b4ad4e09e485fe46b5dd60a568994 (diff) | |
download | xblast-55e19228a2b9119f136f62b050421ac91cdecf53.tar.gz |
Fix typo in function name
Diffstat (limited to 'test/ch/epfl')
-rw-r--r-- | test/ch/epfl/xblast/server/BlockTest.java | 2 |
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()); |