mirror of
https://github.com/Permissionless-Software-Foundation/ipfs-bch-wallet-service.git
synced 2026-09-21 16:52:03 -07:00
Fixing merge conflicts with upstream
This commit is contained in:
@@ -45,7 +45,7 @@ describe('#Controllers', () => {
|
||||
it('should catch and throw errors', async () => {
|
||||
try {
|
||||
// Force an error
|
||||
sandbox.stub(uut.adapters, 'start').rejects(new Error('test error'))
|
||||
sandbox.stub(uut, 'attachRPCControllers').throws(new Error('test error'))
|
||||
|
||||
const app = {
|
||||
use: () => {}
|
||||
|
||||
Reference in New Issue
Block a user