From 20fc602ac94f8e96f84744c5c217b000e8a2e956 Mon Sep 17 00:00:00 2001 From: Lenz Weber-Tronic Date: Wed, 27 Mar 2024 10:18:50 +0100 Subject: [PATCH] Update packages/client-react-streaming/src/DataTransportAbstraction/WrappedApolloClient.test.tsx Co-authored-by: Jerel Miller --- .../src/DataTransportAbstraction/WrappedApolloClient.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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