Skip to content

Commit 163e334

Browse files
committed
Add IOU trust line for some tests
1 parent a8eed4e commit 163e334

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/app/Vault_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2154,6 +2154,7 @@ class Vault_test : public beast::unit_test::suite
21542154
// transfer fees ignored on withdraw
21552155
BEAST_EXPECT(env.balance(owner, issue) == asset(120));
21562156
BEAST_EXPECT(vaultBalance(keylet) == asset(30));
2157+
BEAST_EXPECT(env.balance(charlie, issue) == asset(0));
21572158

21582159
{
21592160
auto tx = vault.withdraw(

0 commit comments

Comments
 (0)