Update MainMenuUnitTest.java

Updated the method name to follow BDD conventions
This commit is contained in:
Rutuja Joshi
2020-08-13 08:31:19 +05:30
committed by GitHub
parent ff776f8c7e
commit d946c37550

View File

@@ -7,7 +7,7 @@ import org.junit.jupiter.api.Test;
class MainMenuUnitTest {
@Test
void testgetSpecials() {
void whenGetSpecials_thenNotNull() {
assertNotNull(MainMenu.getSpecials());
}