Skip to content

Commit b14aff1

Browse files
committed
Updated failing test cases
1 parent 20c1e2e commit b14aff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strategy/src/test/java/com/iluwatar/strategy/DragonSlayingStrategyTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static Collection<Object[]> data() {
5252
return Arrays.asList(
5353
new Object[]{
5454
new MeleeStrategy(),
55-
"With your Excalibur you severe the dragon's head!"
55+
"With your Excalibur you sever the dragon's head!"
5656
},
5757
new Object[]{
5858
new ProjectileStrategy(),

0 commit comments

Comments
 (0)