Skip to content

Commit

Permalink
Fixes SoftEng-HEIGVD#390: "new Balalaikai" changed to "new Balalaika"
Browse files Browse the repository at this point in the history
  • Loading branch information
Naewy committed Mar 8, 2017
1 parent 6257fae commit ac6b488
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class BalalaikaTest {

@Test
public void aBalalaikaShouldMakeDling() {
IInstrument balalaika = new Balalaikia();
IInstrument balalaika = new Balalaika();
String sound = balalaika.play();
Assert.assertEquals("dling", sound);
}
Expand Down

0 comments on commit ac6b488

Please sign in to comment.