File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ mod tests {
442
442
} ,
443
443
eth_adapter. clone( ) ,
444
444
SubgraphLimit :: Limit ( 3 ) ,
445
- 1 ,
445
+ 1.0 ,
446
446
) ] ,
447
447
vec ! [ EthereumNetworkAdapter :: new(
448
448
metrics. cheap_clone( ) ,
@@ -452,7 +452,7 @@ mod tests {
452
452
} ,
453
453
eth_call_adapter. clone( ) ,
454
454
SubgraphLimit :: Limit ( 3 ) ,
455
- 1 ,
455
+ 1.0 ,
456
456
) ] ,
457
457
)
458
458
. await ;
@@ -550,7 +550,7 @@ mod tests {
550
550
} ,
551
551
eth_call_adapter. clone( ) ,
552
552
SubgraphLimit :: Unlimited ,
553
- 1 ,
553
+ 1.0 ,
554
554
) ] ,
555
555
vec ! [ EthereumNetworkAdapter :: new(
556
556
metrics. cheap_clone( ) ,
@@ -560,7 +560,7 @@ mod tests {
560
560
} ,
561
561
eth_adapter. clone( ) ,
562
562
SubgraphLimit :: Limit ( 2 ) ,
563
- 1 ,
563
+ 1.0 ,
564
564
) ] ,
565
565
)
566
566
. await ;
@@ -623,7 +623,7 @@ mod tests {
623
623
} ,
624
624
eth_call_adapter. clone( ) ,
625
625
SubgraphLimit :: Disabled ,
626
- 1 ,
626
+ 1.0 ,
627
627
) ] ,
628
628
vec ! [ EthereumNetworkAdapter :: new(
629
629
metrics. cheap_clone( ) ,
@@ -633,7 +633,7 @@ mod tests {
633
633
} ,
634
634
eth_adapter. clone( ) ,
635
635
SubgraphLimit :: Limit ( 3 ) ,
636
- 1 ,
636
+ 1.0 ,
637
637
) ] ,
638
638
)
639
639
. await ;
@@ -680,7 +680,7 @@ mod tests {
680
680
} ,
681
681
eth_adapter. clone( ) ,
682
682
SubgraphLimit :: Limit ( 3 ) ,
683
- 1 ,
683
+ 1.0 ,
684
684
) ] ,
685
685
vec ! [ ] ,
686
686
)
You can’t perform that action at this time.
0 commit comments