summaryrefslogtreecommitdiff
path: root/spec/net_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/net_spec.lua')
-rw-r--r--spec/net_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/net_spec.lua b/spec/net_spec.lua
index f3c24eb..82686e6 100644
--- a/spec/net_spec.lua
+++ b/spec/net_spec.lua
@@ -7,7 +7,7 @@ describe("net module", function()
assert(net.Peer)
local peer = assert(net.Peer())
end)
- it("should generate a random id when not supplied #dev", function()
+ it("should generate a random id when not supplied", function()
require("preload")
local net = require("net")
local peer = assert(net.Peer())