We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b73822 commit 7e69d73Copy full SHA for 7e69d73
exercises/concept/bird-watcher/src/test/java/BirdWatcherTest.java
@@ -46,7 +46,6 @@ public void itShouldReturnZeroIfBirdWatcherLastWeekIsEmpty() {
46
@Test
47
@Ignore("Remove to run test")
48
public void itIncrementTodaysCount() {
49
- int currentTodayCount = birdWatcher.getToday();
50
birdWatcher.incrementTodaysCount();
51
assertThat(birdWatcher.getToday()).isEqualTo(TODAY + 1);
52
}
0 commit comments