adapt to fix and to fixup

This commit is contained in:
Lucas Perais (lpe)
2021-12-06 15:41:01 +01:00
committed by Géry Debongnie
parent 09761ddd8e
commit 7b95315b87
+2 -2
View File
@@ -1590,12 +1590,12 @@ test("concurrent renderings scenario 9", async () => {
"ComponentB:willRender",
"ComponentB:rendered",
"ComponentA:willPatch",
"ComponentB:willPatch",
"ComponentC:willPatch",
"ComponentD:willPatch",
"ComponentB:willPatch",
"ComponentB:patched",
"ComponentD:patched",
"ComponentC:patched",
"ComponentB:patched",
"ComponentA:patched",
]).toBeLogged();
});