diff --git a/packages/client-react-streaming/src/DataTransportAbstraction/WrappedApolloClient.test.tsx b/packages/client-react-streaming/src/DataTransportAbstraction/WrappedApolloClient.test.tsx index 71ce3777..d3b70554 100644 --- a/packages/client-react-streaming/src/DataTransportAbstraction/WrappedApolloClient.test.tsx +++ b/packages/client-react-streaming/src/DataTransportAbstraction/WrappedApolloClient.test.tsx @@ -308,7 +308,7 @@ await testIn("browser")( appendToBody``; $RS("S:2", "P:2"); - // everything in the suspende boundary finished rendering, so assemble HTML and take up React rendering again + // everything in the suspense boundary finished rendering, so assemble HTML and take up React rendering again $RC("B:0", "S:0"); // we expect the *new* value to appear after hydration finished, not the old value from the server