diff --git a/test/compat/async.test.jsx b/test/compat/async.test.jsx index 9fa89556..968c12b1 100644 --- a/test/compat/async.test.jsx +++ b/test/compat/async.test.jsx @@ -190,7 +190,7 @@ describe('Async renderToString', () => { expect(rendered).to.equal('
ok
'); }); - it('should work with setup comparable to URQL containing a lazy loaded component', async () => { + it('should work with an in-render suspension', async () => { const Context = createContext(); let c = 0;