mirror of
https://github.com/Dannecron/netology-devops-teamcity-example.git
synced 2025-12-25 15:22:35 +03:00
fix test
This commit is contained in:
@@ -24,7 +24,7 @@ public class WelcomerTest {
|
||||
}
|
||||
@Test
|
||||
public void welcomerSaysYes(){
|
||||
assertThat(welcomer.sayNo(), containsString("Yes"));
|
||||
assertThat(welcomer.sayNo(), containsString("No"));
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user