aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers/lua/luassertx.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/helpers/lua/luassertx.lua')
-rw-r--r--tests/helpers/lua/luassertx.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/helpers/lua/luassertx.lua b/tests/helpers/lua/luassertx.lua
index 55ea0d7..bc02aca 100644
--- a/tests/helpers/lua/luassertx.lua
+++ b/tests/helpers/lua/luassertx.lua
@@ -1,6 +1,6 @@
+local a = require "mason-core.async"
local assert = require "luassert"
local match = require "luassert.match"
-local a = require "mason-core.async"
local function wait_for(_, arguments)
---@type (fun()): Function to execute until it does not error.