Skip to content

Commit

Permalink
fix: test tax exemption
Browse files Browse the repository at this point in the history
  • Loading branch information
fragwuerdig committed Jun 27, 2024
1 parent fcb9fb3 commit 1df2f73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions custom/auth/ante/fee_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -687,9 +687,12 @@ func (s *AnteTestSuite) TestTaxExemption() {
ak := s.app.AccountKeeper
bk := s.app.BankKeeper
burnSplitRate := sdk.NewDecWithPrec(5, 1)
oracleSplitRate := sdk.ZeroDec()

// Set burn split rate to 50%
// oracle split to 0% (oracle split is covered in another test)
tk.SetBurnSplitRate(s.ctx, burnSplitRate)
tk.SetOracleSplit(s.ctx, oracleSplitRate)

fmt.Printf("CASE = %s \n", c.name)
s.txBuilder = s.clientCtx.TxConfig.NewTxBuilder()
Expand Down

0 comments on commit 1df2f73

Please sign in to comment.