mirror of
https://github.com/lune-org/lune.git
synced 2025-04-11 22:10:53 +01:00
Update tests/require/tests/state.luau
Co-authored-by: vocksel <voxeldavid@gmail.com>
This commit is contained in:
parent
5c983b56b5
commit
cc5305fe10
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
-- variable
|
-- variable
|
||||||
local state_module = require("./state_module")
|
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)
|
assert(state_module.state == 10)
|
||||||
|
|
||||||
-- this second file also requires state_module and calls a function that changes the local
|
-- this second file also requires state_module and calls a function that changes the local
|
||||||
|
|
Loading…
Add table
Reference in a new issue