From cc5305fe105ea4b674b4d4bf4fe1d884859def5a Mon Sep 17 00:00:00 2001 From: Kenneth Loeffler Date: Sat, 6 Apr 2024 14:24:52 -0700 Subject: [PATCH] Update tests/require/tests/state.luau Co-authored-by: vocksel --- tests/require/tests/state.luau | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/require/tests/state.luau b/tests/require/tests/state.luau index fce92cb..d1b2b46 100644 --- a/tests/require/tests/state.luau +++ b/tests/require/tests/state.luau @@ -2,7 +2,7 @@ -- variable local state_module = require("./state_module") --- we confirm that without anything happening, the initial value is what we ecpect +-- we confirm that without anything happening, the initial value is what we expect assert(state_module.state == 10) -- this second file also requires state_module and calls a function that changes the local