This commit is contained in:
Alexey Metlyakov
2021-07-21 21:44:14 +03:00
parent a0dc8e383b
commit 14164a4002

View File

@@ -24,7 +24,7 @@ public class WelcomerTest {
} }
@Test @Test
public void welcomerSaysSome(){ public void welcomerSaysSome(){
assertThat(welcomer.saySome(), containsString("Another")); assertThat(welcomer.saySome(), containsString("Some"));
} }
} }