diff --git a/strategy/src/test/java/com/iluwatar/strategy/DragonSlayingStrategyTest.java b/strategy/src/test/java/com/iluwatar/strategy/DragonSlayingStrategyTest.java index 341db8caf..35f4c1a82 100644 --- a/strategy/src/test/java/com/iluwatar/strategy/DragonSlayingStrategyTest.java +++ b/strategy/src/test/java/com/iluwatar/strategy/DragonSlayingStrategyTest.java @@ -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(),