Skip to content

Commit afb0185

Browse files
committed
fix: adapter channel test
1 parent 44c88f9 commit afb0185

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adapter/src/ethereum.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,8 @@ mod test {
666666
withdraw_period_start: Utc::now() + Duration::days(1),
667667
ad_units: vec![],
668668
pricing_bounds: None,
669+
price_multiplication_rules: Default::default(),
670+
price_dynamic_adjustment: false,
669671
},
670672
};
671673

0 commit comments

Comments
 (0)