diff --git a/app/core/Engine.test.js b/app/core/Engine.test.js index cb76cf578f09..fc592432d13e 100644 --- a/app/core/Engine.test.js +++ b/app/core/Engine.test.js @@ -95,11 +95,11 @@ describe('Engine', () => { }); }); - it("updates datamodel state when a controller's state is updated", async () => { + it("updates datamodel state when a controller's state is updated", () => { const engine = Engine.init({}); expect( - await engine.controllerMessenger.call('LoggingController:add', { + engine.controllerMessenger.call('LoggingController:add', { type: LogType.GenericLog, data: `Generic log`, }), diff --git a/ios/Podfile.lock b/ios/Podfile.lock index a2be080944f7..60d4bc2c60cd 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1302,6 +1302,6 @@ SPEC CHECKSUMS: Yoga: 6f5ab94cd8b1ecd04b6e973d0bc583ede2a598cc YogaKit: f782866e155069a2cca2517aafea43200b01fd5a -PODFILE CHECKSUM: e4050300fc9c8d091b9c00e1486ad6e205c250c7 +PODFILE CHECKSUM: 3514934ac1830af4ca844ba018f38720a48d006b COCOAPODS: 1.15.2