mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util_datamapper: Fix typo in unit tests
This commit is contained in:
parent
5168bd5c5f
commit
6710420289
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ setup(function()
|
|||
map = require "util.datamapper";
|
||||
end);
|
||||
|
||||
describe("util.datampper", function()
|
||||
describe("util.datamapper", function()
|
||||
|
||||
local s, x, d
|
||||
local disco, disco_info, disco_schema
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue