Fix make test
This commit is contained in:
parent
861e53cc29
commit
2c732db22d
|
@ -7,6 +7,6 @@ describe("smr imageboard parser",function()
|
||||||
local parser = require("parser_imageboard")
|
local parser = require("parser_imageboard")
|
||||||
local input = "Hello, world!"
|
local input = "Hello, world!"
|
||||||
local output = parser(input)
|
local output = parser(input)
|
||||||
assert(type(output) == "str
|
assert(type(output) == "string","Expected string, got: %s",type(output))
|
||||||
end)
|
end)
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Reference in New Issue