Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
osyrisrblx committed Jun 26, 2024
1 parent 6a9752e commit 0b84621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/init.spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ return function()
assert(t.type("table")({}))
assert(t.type("userdata")(newproxy()))
assert(t.type("function")(function() end))
assert(t.type("thread")(coroutine.running()))
assert(t.type("thread")(coroutine.create(nction() end)))

assert(not t.type("nil")(true))
assert(not t.type("boolean")("true"))
Expand Down

0 comments on commit 0b84621

Please sign in to comment.