From 409fe8585f329f5e70452b6fc107a77f95c028cc Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Thu, 24 Oct 2024 20:02:38 +0200 Subject: [PATCH] tests: correct hooks_spec --- spec/hooks_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/hooks_spec.lua b/spec/hooks_spec.lua index 01e6907..33a90a1 100644 --- a/spec/hooks_spec.lua +++ b/spec/hooks_spec.lua @@ -33,7 +33,7 @@ describe("hooks", function() lz.load({ { "neorg", - beforeAll = function() + after = function() afterRun = true end, },