Skip to content

Commit 1f2fcff

Browse files
author
Dimas Guardado
committed
Fix typo in test name
As I don't think the month of Map exists, I'm guessing this is meant to be May :)
1 parent 40c6728 commit 1f2fcff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/meetup/src/test/java/MeetupTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public void test_saturteenth_of_october_2013() {
136136
}
137137

138138
@Test
139-
public void test_sunteenth_of_map_2013() {
139+
public void test_sunteenth_of_may_2013() {
140140
DateTime expected = new DateTime(2013, 5, 19, 0, 0);
141141
Meetup meetup = new Meetup(5, 2013);
142142
assertThat(meetup.day(SUNDAY, MeetupSchedule.TEENTH)).isEqualTo(expected);

0 commit comments

Comments
 (0)