diff options
author | Kim Alvefur <zash@zash.se> | 2021-12-29 18:03:26 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-12-29 18:03:26 +0100 |
commit | 67104202897cf5efcec95aaac2550efd37069e1f (patch) | |
tree | d05687a428f3747e78aab81189d4e5f2a1b70084 /spec | |
parent | 5168bd5c5f5cb6cc8e1d294fafd2358081b0e426 (diff) | |
download | prosody-67104202897cf5efcec95aaac2550efd37069e1f.tar.gz prosody-67104202897cf5efcec95aaac2550efd37069e1f.zip |
util_datamapper: Fix typo in unit tests
Diffstat (limited to 'spec')
-rw-r--r-- | spec/util_datamapper_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/util_datamapper_spec.lua b/spec/util_datamapper_spec.lua index 0dcce7e0..3b0ae87e 100644 --- a/spec/util_datamapper_spec.lua +++ b/spec/util_datamapper_spec.lua @@ -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 |