diff --git a/packages/dev-middleware/src/__tests__/InspectorProxyReactNativeReloads-test.js b/packages/dev-middleware/src/__tests__/InspectorProxyReactNativeReloads-test.js index a89ddbd08ed..08cfb6088d3 100644 --- a/packages/dev-middleware/src/__tests__/InspectorProxyReactNativeReloads-test.js +++ b/packages/dev-middleware/src/__tests__/InspectorProxyReactNativeReloads-test.js @@ -236,7 +236,7 @@ describe('inspector proxy React Native reloads', () => { * We can reuse our existing debugger connection to the synthetic page. * Messages from the updated page will be routed to the debugger. */ - device1.sendWrappedEvent('originalPage-initial', { + device1.sendWrappedEvent('originalPage-updated', { error: 'Another mock error', });