solana icon indicating copy to clipboard operation
solana copied to clipboard

explicitly sets fee rate to zero for stake-accounts tests

Open tao-stones opened this issue 5 months ago • 1 comments

Problem

Stake-accounts tests don't handle transaction fee.

Summary of Changes

  • explicitly sets fee rate to zero.

Fixes #

tao-stones avatar Jan 18 '24 22:01 tao-stones

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (8f9d915) 81.8% compared to head (e3bdd20) 81.8%. Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #34848   +/-   ##
=======================================
  Coverage    81.8%    81.8%           
=======================================
  Files         825      825           
  Lines      223269   223269           
=======================================
+ Hits       182635   182657   +22     
+ Misses      40634    40612   -22     

codecov[bot] avatar Jan 18 '24 23:01 codecov[bot]