mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-16 12:59:13 +00:00
Updated failing test cases
This commit is contained in:
@@ -52,7 +52,7 @@ public class DragonSlayingStrategyTest {
|
||||
return Arrays.asList(
|
||||
new Object[]{
|
||||
new MeleeStrategy(),
|
||||
"With your Excalibur you severe the dragon's head!"
|
||||
"With your Excalibur you sever the dragon's head!"
|
||||
},
|
||||
new Object[]{
|
||||
new ProjectileStrategy(),
|
||||
|
||||
Reference in New Issue
Block a user