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 ea9c64147b
commit eb4ce37f31

View File

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