diff options
Diffstat (limited to 'integration/snapshots/spread_with_key.tsx')
-rw-r--r-- | integration/snapshots/spread_with_key.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/snapshots/spread_with_key.tsx b/integration/snapshots/spread_with_key.tsx index 052e3f4ba..cb079bb95 100644 --- a/integration/snapshots/spread_with_key.tsx +++ b/integration/snapshots/spread_with_key.tsx @@ -23,6 +23,6 @@ export function SpreadWithTheKey({ export function test() { console.assert(React.isValidElement(jsx(SpreadWithTheKey, { className: "foo" - }, undefined, true, undefined, this))); + }, undefined, false, undefined, this))); return testDone(import.meta.url); } |