Fixed unit and integration tests for balancesForAddress bulk and single

This commit is contained in:
Chris Troutner
2019-12-02 19:31:00 -08:00
parent c53b6e0940
commit 3e26fd2a89
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -513,7 +513,7 @@ describe("#SLP", () => {
])
})
})
/*
describe("balancesForAddressBulk()", () => {
const balancesForAddressBulk =
slpRoute.testableComponents.balancesForAddressBulk
@@ -599,7 +599,7 @@ describe("#SLP", () => {
})
}
})
/*
describe("balancesForAddressByTokenID()", () => {
const balancesForAddressByTokenID =
slpRoute.testableComponents.balancesForAddressByTokenID