Skip to content

Commit fa9621d

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,11 @@ void calculateBinancePool59RewardInEpoch413() {
9696
}
9797

9898
@Test
99+
@EnabledIf(expression = "#{environment.acceptsProfiles('db-sync')}", loadContext = true, reason = "DB Sync data provider must be available for this test")
99100
void calculateEVE3PoolRewardInEpoch363() {
100101
String poolId = "pool1kchver88u3kygsak8wgll7htr8uxn5v35lfrsyy842nkscrzyvj";
101102
int epoch = 363;
102-
Test_calculatePoolReward(poolId, epoch, DataProviderType.JSON);
103+
Test_calculatePoolReward(poolId, epoch, DataProviderType.DB_SYNC);
103104
}
104105

105106
@Test

0 commit comments

Comments
 (0)