From c7b14ffb6d14969c9c41864e827f33f8e80fc24e Mon Sep 17 00:00:00 2001 From: Jackson Moore Date: Fri, 4 Sep 2026 18:44:32 +0200 Subject: Rename plugin to clever-tee --- tests/invariants.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/invariants.lua') diff --git a/tests/invariants.lua b/tests/invariants.lua index 1c17b69..b5b1251 100644 --- a/tests/invariants.lua +++ b/tests/invariants.lua @@ -1,7 +1,7 @@ local M = {} -local domain = require("clever_f.domain") -local text_topology = require("clever_f.text_topology") +local domain = require("clever_tee.domain") +local text_topology = require("clever_tee.text_topology") local function same(expected, actual, message) if expected ~= actual then @@ -194,7 +194,7 @@ end local function assert_temporary_ownership(options, after) same(0, #after.temporary_overlays, "an action must release temporary overlay ownership") for _, highlight in pairs(options.host:highlights()) do - if highlight.group == "CleverFCursor" or highlight.group == "CleverFDirect" then + if highlight.group == "CleverTeeCursor" or highlight.group == "CleverTeeDirect" then error("an action must release each temporary presentation resource", 3) end end -- cgit v1.2.3