fix(minimal-slp-wallet): Updating to v7.1.4

This commit is contained in:
Chris Troutner
2026-02-02 18:54:18 -07:00
parent 2de61458d3
commit 764fe928d2
4 changed files with 16 additions and 7 deletions
+4 -3
View File
@@ -14,13 +14,14 @@ describe('#adapters', () => {
let uut, sandbox
beforeEach(() => {
uut = new Adapters()
sandbox = sinon.createSandbox()
uut = new Adapters()
})
afterEach(() => {
sandbox.restore()
if (sandbox) {
sandbox.restore()
}
})
describe('#start', () => {