Fixed indentation.
This commit is contained in:
parent
7d34bcae5d
commit
4072b267fa
@ -68,7 +68,7 @@ function test.run(name, test_method)
|
|||||||
if status then
|
if status then
|
||||||
print("Passed")
|
print("Passed")
|
||||||
else
|
else
|
||||||
local indentation = string.rep(" ", 28)
|
local indentation = string.rep(" ", 33)
|
||||||
print("Failed: " .. string.gsub(err, "\n", "\n" .. indentation))
|
print("Failed: " .. string.gsub(err, "\n", "\n" .. indentation))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user