Skip to content

Commit b5c690a

Browse files
committed
IPTE-149: Rename test
1 parent 661f283 commit b5c690a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/de/doubleslash/usb_led_matrix/view/SettingsViewTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void start(final Stage primaryStage) throws IOException, NoSuchFieldException {
6161
}
6262

6363
@Test
64-
void shouldSetStatusColorsToPinkWhenSaveButtonClicked() throws IllegalAccessException {
64+
void shouldSetStatusColorsCorrectlyWhenSaveButtonIsClicked() throws IllegalAccessException {
6565
// ARRANGE
6666
int r = 0;
6767
int g = 0;

0 commit comments

Comments
 (0)