From 91074c188b889c1923dd9680036796f47879598f Mon Sep 17 00:00:00 2001 From: James <85808999+TheGreatSageEqualToHeaven@users.noreply.github.com> Date: Wed, 27 Mar 2024 20:15:45 +0000 Subject: [PATCH] Update LOADN.lua --- tests/Staging/LOADN.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Staging/LOADN.lua b/tests/Staging/LOADN.lua index 6f56849..c85b00d 100644 --- a/tests/Staging/LOADN.lua +++ b/tests/Staging/LOADN.lua @@ -1,4 +1,5 @@ local a = 1 -print(a) +assert(a) +assert(type(a) == "number") OK()