1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-10-31 13:42:59 +00:00

Fix type check on rednet.lookup

Fixes #224
This commit is contained in:
SquidDev
2019-06-01 09:23:18 +01:00
parent ce1f14a010
commit 17645a79f0
5 changed files with 22 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
describe("The gps library", function()
describe("gps.locate", function()
it("validates arguments", function()
stub("commands", { getBlockPosition = function()
stub(_G, "commands", { getBlockPosition = function()
end })
gps.locate()