From dcc40b4dc111e04ad670a3bd83eb2b018e01a3a0 Mon Sep 17 00:00:00 2001 From: Aaron Smith <83140718+centau@users.noreply.github.com> Date: Mon, 11 Sep 2023 15:11:54 +0100 Subject: [PATCH] --- test/tests.luau | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests.luau b/test/tests.luau index fe38ff0..11c2b49 100644 --- a/test/tests.luau +++ b/test/tests.luau @@ -400,7 +400,7 @@ TEST("derive()", wrap_root(function() local count = 0 - watch(function() count += 1 end) + watch(function() c() count += 1 end) b(true) CHECK(c() == "b")