aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/util_paths_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/util_paths_spec.lua b/spec/util_paths_spec.lua
index 243b35fb..2e8a0c08 100644
--- a/spec/util_paths_spec.lua
+++ b/spec/util_paths_spec.lua
@@ -20,8 +20,8 @@ describe("util.paths", function ()
it("works", function ()
assert.equal("^thing.%..*$", paths.glob_to_pattern("thing?.*"))
end);
-
end)
+
describe("#resolve_relative_path()", function ()
it("returns absolute paths as-is", function ()
if sep == "/" then