diff --git a/test/tests.luau b/test/tests.luau index da7a3ec..29fd484 100644 --- a/test/tests.luau +++ b/test/tests.luau @@ -1268,7 +1268,9 @@ TEST("spring()", function() local output = spring(input, 1, 1) local _label = create "TextLabel" { - Text = output + Text = function() + return tostring(output()) + end } local wref = { output }