mirror of
https://github.com/Dannecron/netology-devops-teamcity-example.git
synced 2025-12-25 23:32:35 +03:00
fix test
This commit is contained in:
@@ -22,8 +22,4 @@ public class WelcomerTest {
|
|||||||
assertThat(welcomer.sayWelcome(), containsString("hunter"));
|
assertThat(welcomer.sayWelcome(), containsString("hunter"));
|
||||||
assertThat(welcomer.sayFarewell(), containsString("hunter"));
|
assertThat(welcomer.sayFarewell(), containsString("hunter"));
|
||||||
}
|
}
|
||||||
@Test
|
|
||||||
public void welcomerSaysStatus() {
|
|
||||||
assertThat(welcomer.sayStatus(), containsString("status"));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user