Skip to content

Commit

Permalink
Merge pull request #395 from Naewy/bf-390
Browse files Browse the repository at this point in the history
Fixes #390: "new Balalaikai" changed to "new Balalaika"
  • Loading branch information
wasadigi authored Mar 8, 2017
2 parents 6257fae + ac6b488 commit 9fd9a31
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 9fd9a31

Please sign in to comment.