[BAEL-3090] Renamed test to match PMD

This commit is contained in:
dupirefr 2019-07-27 12:01:37 +02:00
parent b9089ce067
commit dcc8d52441

View File

@ -4,7 +4,7 @@ import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
class TextEditorTest {
class TextEditorUnitTest {
@Test
void givenTextEditor_whenAddTextSaveAddMoreAndUndo_thenSavecStateRestored() {