Skip to content

Commit c3d0c5b

Browse files
Update chain/ethereum/src/network.rs
Co-authored-by: Copilot <[email protected]> Update chain/ethereum/src/network.rs Co-authored-by: Copilot <[email protected]> Update chain/ethereum/src/network.rs Co-authored-by: Copilot <[email protected]> Update chain/ethereum/src/network.rs Co-authored-by: Copilot <[email protected]> Update chain/ethereum/src/network.rs Co-authored-by: Copilot <[email protected]> Update chain/ethereum/src/network.rs Co-authored-by: Copilot <[email protected]> Update chain/ethereum/src/network.rs Co-authored-by: Copilot <[email protected]>
1 parent 3ded534 commit c3d0c5b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

chain/ethereum/src/network.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ mod tests {
442442
},
443443
eth_adapter.clone(),
444444
SubgraphLimit::Limit(3),
445-
1,
445+
1.0,
446446
)],
447447
vec![EthereumNetworkAdapter::new(
448448
metrics.cheap_clone(),
@@ -452,7 +452,7 @@ mod tests {
452452
},
453453
eth_call_adapter.clone(),
454454
SubgraphLimit::Limit(3),
455-
1,
455+
1.0,
456456
)],
457457
)
458458
.await;
@@ -550,7 +550,7 @@ mod tests {
550550
},
551551
eth_call_adapter.clone(),
552552
SubgraphLimit::Unlimited,
553-
1,
553+
1.0,
554554
)],
555555
vec![EthereumNetworkAdapter::new(
556556
metrics.cheap_clone(),
@@ -560,7 +560,7 @@ mod tests {
560560
},
561561
eth_adapter.clone(),
562562
SubgraphLimit::Limit(2),
563-
1,
563+
1.0,
564564
)],
565565
)
566566
.await;
@@ -623,7 +623,7 @@ mod tests {
623623
},
624624
eth_call_adapter.clone(),
625625
SubgraphLimit::Disabled,
626-
1,
626+
1.0,
627627
)],
628628
vec![EthereumNetworkAdapter::new(
629629
metrics.cheap_clone(),
@@ -633,7 +633,7 @@ mod tests {
633633
},
634634
eth_adapter.clone(),
635635
SubgraphLimit::Limit(3),
636-
1,
636+
1.0,
637637
)],
638638
)
639639
.await;
@@ -680,7 +680,7 @@ mod tests {
680680
},
681681
eth_adapter.clone(),
682682
SubgraphLimit::Limit(3),
683-
1,
683+
1.0,
684684
)],
685685
vec![],
686686
)

0 commit comments

Comments
 (0)