@@ -66,6 +66,7 @@ mod tests {
6666 targets,
6767 subnet_id : Some ( SubnetId :: from ( PrincipalId :: new_anonymous ( ) ) ) ,
6868 subnet_type : None ,
69+ node_reward_type : None ,
6970 dc_id : "test" . to_string ( ) ,
7071 operator_id : PrincipalId :: new_anonymous ( ) ,
7172 node_provider_id : PrincipalId :: new_anonymous ( ) ,
@@ -84,6 +85,7 @@ mod tests {
8485 targets : BTreeSet :: new ( ) ,
8586 subnet_id : Some ( SubnetId :: from ( PrincipalId :: new_anonymous ( ) ) ) ,
8687 subnet_type : None ,
88+ node_reward_type : None ,
8789 dc_id : "test" . to_string ( ) ,
8890 operator_id : PrincipalId :: new_anonymous ( ) ,
8991 node_provider_id : PrincipalId :: new_anonymous ( ) ,
@@ -98,6 +100,7 @@ mod tests {
98100 targets : BTreeSet :: new ( ) ,
99101 subnet_id : Some ( SubnetId :: from ( PrincipalId :: new_anonymous ( ) ) ) ,
100102 subnet_type : None ,
103+ node_reward_type : None ,
101104 dc_id : "test" . to_string ( ) ,
102105 operator_id : PrincipalId :: new_anonymous ( ) ,
103106 node_provider_id : PrincipalId :: new_anonymous ( ) ,
@@ -118,6 +121,7 @@ mod tests {
118121 targets : BTreeSet :: new ( ) ,
119122 subnet_id : Some ( SubnetId :: from ( PrincipalId :: new_anonymous ( ) ) ) ,
120123 subnet_type : None ,
124+ node_reward_type : None ,
121125 dc_id : "test" . to_string ( ) ,
122126 operator_id : PrincipalId :: new_anonymous ( ) ,
123127 node_provider_id : PrincipalId :: new_anonymous ( ) ,
@@ -132,6 +136,7 @@ mod tests {
132136 targets : BTreeSet :: new ( ) ,
133137 subnet_id : Some ( SubnetId :: from ( PrincipalId :: new_anonymous ( ) ) ) ,
134138 subnet_type : None ,
139+ node_reward_type : None ,
135140 dc_id : "test" . to_string ( ) ,
136141 operator_id : PrincipalId :: new_anonymous ( ) ,
137142 node_provider_id : PrincipalId :: new_anonymous ( ) ,
0 commit comments