File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
pallets/subtensor/src/tests Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -368,6 +368,10 @@ fn dissolve_clears_all_per_subnet_storages() {
368368 SubnetTaoProvided :: < Test > :: insert ( net, TaoCurrency :: from ( 1 ) ) ;
369369 SubnetAlphaInProvided :: < Test > :: insert ( net, AlphaCurrency :: from ( 1 ) ) ;
370370
371+ // TAO Flow
372+ SubnetTaoFlow :: < Test > :: insert ( net, 0i64 ) ;
373+ SubnetEmaTaoFlow :: < Test > :: insert ( net, ( 0u64 , substrate_fixed:: types:: I64F64 :: from_num ( 0 ) ) ) ;
374+
371375 // Subnet locks
372376 TransferToggle :: < Test > :: insert ( net, true ) ;
373377 SubnetLocked :: < Test > :: insert ( net, TaoCurrency :: from ( 1 ) ) ;
@@ -500,6 +504,10 @@ fn dissolve_clears_all_per_subnet_storages() {
500504 assert ! ( !SubnetTaoInEmission :: <Test >:: contains_key( net) ) ;
501505 assert ! ( !SubnetVolume :: <Test >:: contains_key( net) ) ;
502506
507+ // TAO Flow
508+ assert ! ( !SubnetTaoFlow :: <Test >:: contains_key( net) ) ;
509+ assert ! ( !SubnetEmaTaoFlow :: <Test >:: contains_key( net) ) ;
510+
503511 // These are now REMOVED
504512 assert ! ( !SubnetAlphaIn :: <Test >:: contains_key( net) ) ;
505513 assert ! ( !SubnetAlphaOut :: <Test >:: contains_key( net) ) ;
You can’t perform that action at this time.
0 commit comments