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