summaryrefslogtreecommitdiffstats
path: root/tests/runner_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner_spec.lua')
-rw-r--r--tests/runner_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner_spec.lua b/tests/runner_spec.lua
index b1885f8..020afac 100644
--- a/tests/runner_spec.lua
+++ b/tests/runner_spec.lua
@@ -1,7 +1,7 @@
require("plenary.async").tests.add_to_env()
-local test_util = require("tests.test_util")
local conform = require("conform")
local runner = require("conform.runner")
+local test_util = require("tests.test_util")
describe("runner", function()
after_each(function()