@@ -748,6 +748,7 @@ pub mod test {
748748 transform : None ,
749749 time : ic_types:: Time :: from_nanos_since_unix_epoch ( 10 ) ,
750750 replication : Replication :: FullyReplicated ,
751+ pricing_version : PricingVersion :: Legacy ,
751752 } ;
752753
753754 state_manager
@@ -854,6 +855,7 @@ pub mod test {
854855 transform : None ,
855856 time : ic_types:: Time :: from_nanos_since_unix_epoch ( 10 ) ,
856857 replication : Replication :: FullyReplicated ,
858+ pricing_version : PricingVersion :: Legacy ,
857859 } ;
858860
859861 // NOTE: We need at least some context in the state, otherwise next_callback_id will be 0 and no
@@ -967,6 +969,7 @@ pub mod test {
967969 transform : None ,
968970 time : ic_types:: Time :: from_nanos_since_unix_epoch ( 10 ) ,
969971 replication : Replication :: FullyReplicated ,
972+ pricing_version : PricingVersion :: Legacy ,
970973 } ;
971974
972975 state_manager
@@ -1099,6 +1102,7 @@ pub mod test {
10991102 transform : None ,
11001103 time : ic_types:: Time :: from_nanos_since_unix_epoch ( 10 ) ,
11011104 replication : Replication :: NonReplicated ( delegated_node_id) ,
1105+ pricing_version : PricingVersion :: Legacy ,
11021106 } ;
11031107
11041108 state_manager
@@ -1237,6 +1241,7 @@ pub mod test {
12371241 transform : None ,
12381242 time : ic_types:: Time :: from_nanos_since_unix_epoch ( 10 ) ,
12391243 replication : Replication :: NonReplicated ( delegated_node_id) ,
1244+ pricing_version : PricingVersion :: Legacy ,
12401245 } ;
12411246 state_manager
12421247 . get_mut ( )
@@ -1340,6 +1345,7 @@ pub mod test {
13401345 transform : None ,
13411346 time : ic_types:: Time :: from_nanos_since_unix_epoch ( 10 ) ,
13421347 replication : Replication :: FullyReplicated ,
1348+ pricing_version : PricingVersion :: Legacy ,
13431349 } ;
13441350
13451351 state_manager
@@ -1452,6 +1458,7 @@ pub mod test {
14521458 transform : None ,
14531459 time : ic_types:: Time :: from_nanos_since_unix_epoch ( 10 ) ,
14541460 replication : Replication :: NonReplicated ( delegated_node_id) ,
1461+ pricing_version : PricingVersion :: Legacy ,
14551462 } ;
14561463
14571464 state_manager
@@ -1633,6 +1640,7 @@ pub mod test {
16331640 transform : None ,
16341641 time : ic_types:: Time :: from_nanos_since_unix_epoch ( 10 ) ,
16351642 replication : Replication :: NonReplicated ( delegated_node_id) ,
1643+ pricing_version : PricingVersion :: Legacy ,
16361644 } ;
16371645
16381646 state_manager
@@ -1744,6 +1752,7 @@ pub mod test {
17441752 transform : None ,
17451753 time : ic_types:: Time :: from_nanos_since_unix_epoch ( 10 ) ,
17461754 replication : Replication :: NonReplicated ( delegated_node_id) ,
1755+ pricing_version : PricingVersion :: Legacy ,
17471756 } ;
17481757 state_manager
17491758 . get_mut ( )
@@ -1867,6 +1876,7 @@ pub mod test {
18671876 transform : None ,
18681877 time : ic_types:: Time :: from_nanos_since_unix_epoch ( 10 ) ,
18691878 replication : Replication :: NonReplicated ( delegated_node_id) ,
1879+ pricing_version : PricingVersion :: Legacy ,
18701880 } ;
18711881 state_manager
18721882 . get_mut ( )
@@ -1998,6 +2008,7 @@ pub mod test {
19982008 transform : None ,
19992009 time : ic_types:: Time :: from_nanos_since_unix_epoch ( 10 ) ,
20002010 replication : Replication :: NonReplicated ( delegated_node_id) ,
2011+ pricing_version : PricingVersion :: Legacy ,
20012012 } ;
20022013 state_manager
20032014 . get_mut ( )
@@ -2120,6 +2131,7 @@ pub mod test {
21202131 transform : None ,
21212132 time : ic_types:: Time :: from_nanos_since_unix_epoch ( 10 ) ,
21222133 replication : Replication :: NonReplicated ( delegated_node_id) ,
2134+ pricing_version : PricingVersion :: Legacy ,
21232135 } ;
21242136
21252137 state_manager
@@ -2236,6 +2248,7 @@ pub mod test {
22362248 transform : None ,
22372249 time : ic_types:: Time :: from_nanos_since_unix_epoch ( 10 ) ,
22382250 replication : Replication :: FullyReplicated ,
2251+ pricing_version : PricingVersion :: Legacy ,
22392252 } ;
22402253
22412254 state_manager
@@ -2384,6 +2397,7 @@ pub mod test {
23842397 transform : None ,
23852398 time : ic_types:: Time :: from_nanos_since_unix_epoch ( 10 ) ,
23862399 replication : Replication :: NonReplicated ( delegated_node_id) ,
2400+ pricing_version : PricingVersion :: Legacy ,
23872401 } ;
23882402 state_manager
23892403 . get_mut ( )
@@ -2482,6 +2496,7 @@ pub mod test {
24822496 transform : None ,
24832497 time : ic_types:: Time :: from_nanos_since_unix_epoch ( 10 ) ,
24842498 replication : Replication :: FullyReplicated ,
2499+ pricing_version : PricingVersion :: Legacy ,
24852500 } ;
24862501
24872502 // Expect times to be called exactly once to check that already
0 commit comments