Merge branch 'saifulazad-patch-1'
This commit is contained in:
		@@ -31,6 +31,6 @@ public class MeleeStrategy implements DragonSlayingStrategy {
 | 
			
		||||
 | 
			
		||||
  @Override
 | 
			
		||||
  public void execute() {
 | 
			
		||||
    System.out.println("With your Excalibur you severe the dragon's head!");
 | 
			
		||||
    System.out.println("With your Excalibur you sever the dragon's head!");
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -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