Deltas does Balances and Like

This commit is contained in:
Bel LaPointe
2023-10-24 12:57:17 -06:00
parent 480d358f5a
commit b93de87db4
3 changed files with 35 additions and 26 deletions

View File

@@ -36,7 +36,7 @@ func TestFileTestdata(t *testing.T) {
t.Fatal(err)
}
balances, err := Balances(deltas)
balances, err := deltas.Balances()
if err != nil {
t.Fatal(err)
}
@@ -51,7 +51,7 @@ func TestFileTestdata(t *testing.T) {
t.Fatal(err)
}
balances, err := Balances(deltas)
balances, err := deltas.Balances()
if err != nil {
t.Fatal(err)
}