fix project

This commit is contained in:
Alexey Metlyakov
2021-03-14 17:09:18 +03:00
parent 5295976ea8
commit 6a9a5441f3
10 changed files with 90 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ public class WelcomerTest {
assertThat(welcomer.sayFarewell(), containsString("Farewell"));
}
public void welcomerSaysHunter() {
assertThat(welcomer.SaysWelcome(), containsString("hunter"));
assertThat(welcomer.sayWelcome(), containsString("hunter"));
assertThat(welcomer.sayFarewell(), containsString("hunter"));
}