We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872bdf9 commit f2f1742Copy full SHA for f2f1742
integration-tests/src/enhanced_tests.rs
@@ -69,15 +69,15 @@ pub async fn test_v2_receipt_processing_enhanced() -> Result<()> {
69
let rav_result = MetricsUtils::wait_for_rav_generation(
70
&ctx,
71
&allocation.id,
72
- initial_ravs as u32,
+ initial_ravs,
73
Duration::from_secs(30),
74
)
75
.await;
76
77
let fee_result = MetricsUtils::wait_for_fee_aggregation(
78
79
80
- initial_fees as f64,
+ initial_fees,
81
82
83
0 commit comments