mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-07-06 12:02:52 +00:00

Coverage graph goes woosh. Hopefully. More importantly, all of these are historic regressions, so very much worth tracking.
10 lines
180 B
Lua
10 lines
180 B
Lua
-- Turtle.`Hoe dirt`
|
|
|
|
test.assert(turtle.dig())
|
|
|
|
local has_block, block = turtle.inspect()
|
|
test.assert(has_block, "Has block")
|
|
test.eq("minecraft:farmland", block.name)
|
|
|
|
test.ok()
|