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,6 +24,6 @@ public class WelcomerTest {
|
|||||||
}
|
}
|
||||||
@Test
|
@Test
|
||||||
public void welcomerSaysSilver(){
|
public void welcomerSaysSilver(){
|
||||||
assertThat(welcomer.sayNeedGold(), containsString("silver"));
|
assertThat(welcomer.sayNeedGold(), containsString("gold"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user