CC-Tweaked/src/test/server-files/computers/computer/1/startup.lua

6 lines
175 B
Lua

test.eq("modem", peripheral.getType("right"), "Starts with a modem")
turtle.equipRight()
test.eq("drive", peripheral.getType("right"), "Unequipping gives a drive")
test.ok()