summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorOpportunity <[email protected]>2020-01-15 15:16:08 +0800
committerOpportunity <[email protected]>2020-01-15 15:16:08 +0800
commit546d83dd435780a6ea69a5b24a12c06b294dd2c0 (patch)
treed9d98b7c1005dc5df4759d2a3a9d3b0f47eee606 /tests
parentd7662a8916400389fca579772bfdaedadd5e640e (diff)
Fix
Diffstat (limited to 'tests')
-rw-r--r--tests/cli/test.lua (renamed from tests/modules/cli/test.lua)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/cli/test.lua b/tests/cli/test.lua
index 8b3fb58b4..20bc0c735 100644
--- a/tests/modules/cli/test.lua
+++ b/tests/cli/test.lua
@@ -136,4 +136,4 @@ function test_short_flags5(t)
t:are_equal(parsed[1].key, "r")
t:are_equal(parsed[2].type, "arg")
t:are_equal(parsed[2].value, "x d")
-end \ No newline at end of file
+end