From e32d66c1bc77b149f49e96006e0b377789e8e9f9 Mon Sep 17 00:00:00 2001 From: Jackson Moore Date: Fri, 4 Sep 2026 11:38:08 +0200 Subject: Assign ordinary direct priority --- tests/run.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/run.lua') diff --git a/tests/run.lua b/tests/run.lua index f02219f..1a3536f 100644 --- a/tests/run.lua +++ b/tests/run.lua @@ -4425,6 +4425,13 @@ test("Cursor and character overlays use high priority", function() end, "unknown feedback overlay group") end) +test("Direct overlays use ordinary priority", function() + same( + feedback_service.Priority.ORDINARY, + feedback_service.overlay_priority("CleverFDirect") + ) +end) + for _, item in ipairs(tests) do local ok, failure = xpcall(item.body, debug.traceback) if not ok then -- cgit v1.2.3