Fixing merge conflicts with upstream

This commit is contained in:
Chris Troutner
2022-07-08 08:46:05 -07:00
24 changed files with 8669 additions and 11156 deletions
+1 -1
View File
@@ -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: () => {}