File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ export function testAttributesBinding(Component: React.FunctionComponent<TestCom
110110 // With splitKey undefined, mainClient and client refer to the same client instance.
111111 wrapper = render ( < Component splitKey = { undefined } attributesFactory = { { at1 : 'at1' } } attributesClient = { { at2 : 'at2' } } testSwitch = { attributesBindingSwitch } factory = { factory } /> ) ;
112112
113- wrapper . rerender ( < Component splitKey = { undefined } attributesFactory = { undefined } attributesClient = { { at3 : 'at3' } } testSwitch = { attributesBindingSwitch } factory = { factory } /> ) ;
114- wrapper . rerender ( < Component splitKey = { undefined } attributesFactory = { { at4 : 'at4' } } attributesClient = { undefined } testSwitch = { attributesBindingSwitch } factory = { factory } /> ) ;
115- wrapper . rerender ( < Component splitKey = { undefined } attributesFactory = { undefined } attributesClient = { undefined } testSwitch = { attributesBindingSwitch } factory = { factory } /> ) ;
113+ wrapper . rerender ( < Component splitKey = { undefined } attributesFactory = { undefined } attributesClient = { { at3 : 'at3' } } testSwitch = { attributesBindingSwitch } factory = { factory } /> ) ;
114+ wrapper . rerender ( < Component splitKey = { undefined } attributesFactory = { { at4 : 'at4' } } attributesClient = { undefined } testSwitch = { attributesBindingSwitch } factory = { factory } /> ) ;
115+ wrapper . rerender ( < Component splitKey = { undefined } attributesFactory = { undefined } attributesClient = { undefined } testSwitch = { attributesBindingSwitch } factory = { factory } /> ) ;
116116}
You can’t perform that action at this time.
0 commit comments