Skip to content

Commit 07d84d2

Browse files
committed
Renamed state rng test
1 parent 9c12c3d commit 07d84d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/test/java/fj/data/StateDemo_Rng.java renamed to core/src/test/java/fj/data/TestRngState.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/**
1313
* Created by mperry on 4/08/2014.
1414
*/
15-
public class StateDemo_Rng {
15+
public class TestRngState {
1616

1717
static String expected1 = "<4,4,2,2,2,5,3,3,1,5>";
1818
static int size = 10;

0 commit comments

Comments
 (0)