Skip to content

Commit 9b0deab

Browse files
committed
chore: increase coverage add tests
1 parent 39baeb5 commit 9b0deab

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

calculation/.flattened-pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>org.cardanofoundation</groupId>
77
<artifactId>cf-rewards</artifactId>
8-
<version>0.10.0</version>
8+
<version>0.11.0</version>
99
</parent>
1010
<groupId>org.cardanofoundation</groupId>
1111
<artifactId>cf-rewards-calculation</artifactId>
12-
<version>0.10.0</version>
12+
<version>0.11.0</version>
1313
<description>This project aims to be a cardano reward calculation, java formula implementation and edge case
1414
documentation</description>
1515
<licenses>

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,6 @@ public void testAllegraHardForkEpoch() {
9494
testCalculateEpochPots(MAINNET_ALLEGRA_HARDFORK_EPOCH, jsonDataProvider, false);
9595
}
9696

97-
@Test
98-
public void testCalculateEpochRewardsForEpoch360() {
99-
testCalculateEpochPots(360, jsonDataProvider, false);
100-
}
101-
10297
static Stream<Integer> dataProviderEpochRange() {
10398
return IntStream.range(206, 230).boxed();
10499
}

0 commit comments

Comments
 (0)