Skip to content

Commit 6f717e0

Browse files
authored
Update and rename CompoundOperatorsTest.java to CompoundOperatorsUnitTest.java
1 parent 3b42c48 commit 6f717e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-java-lang/src/test/java/com/baeldung/compoundoperators/CompoundOperatorsTest.java core-java-lang/src/test/java/com/baeldung/compoundoperators/CompoundOperatorsUnitTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import static org.junit.Assert.assertEquals;
66

7-
public class CompoundOperatorsTest {
7+
public class CompoundOperatorsUnitTest {
88

99
@Test
1010
public void whenAssignmentOperatorIsUsed_thenValueIsAssigned() {

0 commit comments

Comments
 (0)