Commit f4286405 authored by vipwzw's avatar vipwzw

auto ci

parent e6db66b7
...@@ -448,7 +448,7 @@ func checkVoteProposalProjectResult(t *testing.T, stateDB dbm.KV, proposalID str ...@@ -448,7 +448,7 @@ func checkVoteProposalProjectResult(t *testing.T, stateDB dbm.KV, proposalID str
account := accCoin.LoadExecAccount(AddrA, autonomyAddr) account := accCoin.LoadExecAccount(AddrA, autonomyAddr)
assert.Equal(t, int64(0), account.Frozen) assert.Equal(t, int64(0), account.Frozen)
account = accCoin.LoadExecAccount(autonomyAddr, autonomyAddr) account = accCoin.LoadExecAccount(autonomyAddr, autonomyAddr)
assert.Equal(t, proposalAmount - testProjectAmount, account.Balance) assert.Equal(t, proposalAmount-testProjectAmount, account.Balance)
account = accCoin.LoadExecAccount(AddrD, autonomyAddr) account = accCoin.LoadExecAccount(AddrD, autonomyAddr)
assert.Equal(t, testProjectAmount, account.Balance) assert.Equal(t, testProjectAmount, account.Balance)
// 更新董事会累计审批金 // 更新董事会累计审批金
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment