File tree 1 file changed +3
-3
lines changed
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
110
110
// With splitKey undefined, mainClient and client refer to the same client instance.
111
111
wrapper = render ( < Component splitKey = { undefined } attributesFactory = { { at1 : 'at1' } } attributesClient = { { at2 : 'at2' } } testSwitch = { attributesBindingSwitch } factory = { factory } /> ) ;
112
112
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 } /> ) ;
116
116
}
You can’t perform that action at this time.
0 commit comments