From e2ad34fe1b2855aa43759c046320f6d504620a2a Mon Sep 17 00:00:00 2001 From: Julien Chevalley <94694739+JuliuChe@users.noreply.github.com> Date: Thu, 23 Apr 2026 16:33:26 +0200 Subject: [PATCH] Translate test expectation comment to English --- src/content/6/en/part6b.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/6/en/part6b.md b/src/content/6/en/part6b.md index b7c15d79362..0ef3a5ec717 100644 --- a/src/content/6/en/part6b.md +++ b/src/content/6/en/part6b.md @@ -1010,7 +1010,7 @@ act(() => { }) ``` -Lopuksi tapahtuu testin ekspektaatio: +Finally, the test expectation occurs: ```js expect(counter.current).toBe(0)