add something

This commit is contained in:
Alexey Metlyakov
2022-09-06 21:16:07 +03:00
parent 4cff6425a8
commit c3cfc655a9
2 changed files with 7 additions and 0 deletions

View File

@@ -26,4 +26,8 @@ public class WelcomerTest {
public void welcomerSaysSilver(){
assertThat(welcomer.sayNeedGold(), containsString("gold"));
}
@Test
public void welcomerSaysSomething(){
assertThat(welcomer.saySome(), containsString("something"));
}
}