Skip to content

Commit 50cef72

Browse files
OperationAnyTest -> OperatorAnyTest
Match new naming convention.
1 parent 61defde commit 50cef72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rxjava-core/src/test/java/rx/operators/OperationAnyTest.java renamed to rxjava-core/src/test/java/rx/operators/OperatorAnyTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import rx.functions.Func1;
2828
import rx.functions.Functions;
2929

30-
public class OperationAnyTest {
30+
public class OperatorAnyTest {
3131

3232
@Test
3333
public void testAnyWithTwoItems() {

0 commit comments

Comments
 (0)