mirror of
https://github.com/Dannecron/netology-devops-teamcity-example.git
synced 2025-12-25 15:22:35 +03:00
fix naming
This commit is contained in:
@@ -31,7 +31,7 @@ public class WelcomerTest {
|
|||||||
assertThat(welcomer.saySome(), containsString("something"));
|
assertThat(welcomer.saySome(), containsString("something"));
|
||||||
}
|
}
|
||||||
@Test
|
@Test
|
||||||
public void welcomerSaysHunter(){
|
public void welcomerSaysHunterXHunter(){
|
||||||
assertThat(welcomer.sayHunter(), containsString("hunter"));
|
assertThat(welcomer.sayHunter(), containsString("hunter"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user