Update tests/require/tests/state.luau

Co-authored-by: vocksel <voxeldavid@gmail.com>
This commit is contained in:
Kenneth Loeffler 2024-04-06 14:24:52 -07:00 committed by GitHub
parent 5c983b56b5
commit cc5305fe10
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -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