mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
walletdb: renamed test
This commit is contained in:
@@ -495,7 +495,7 @@ mod tests {
|
||||
wallet.put_own_coins(own_coin.clone())?;
|
||||
wallet.put_own_coins(own_coin.clone())?;
|
||||
|
||||
let table_vec = wallet.get_token_table()?;
|
||||
let table_vec = wallet.get_balances()?;
|
||||
|
||||
assert_eq!(table_vec.len(), 4);
|
||||
assert_eq!(table_vec[0].value, 110);
|
||||
|
||||
Reference in New Issue
Block a user