Skip to content

Commit c944ced

Browse files
committed
chore: repair test range
1 parent 574f416 commit c944ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation/src/test/java/org/cardanofoundation/rewards/validation/EpochValidationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void testCalculateEpochPots(final int epoch, DataProvider dataProvider, b
4343
}
4444

4545
static Stream<Integer> dataProviderEpochRange() {
46-
return IntStream.range(360, 370).boxed();
46+
return IntStream.range(208, 230).boxed();
4747
}
4848

4949
@ParameterizedTest

0 commit comments

Comments
 (0)