From 80e99b075f3f15873ad9beb6937ae2a62bd5f7aa Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Mon, 6 Apr 2026 15:09:21 -0500 Subject: [PATCH] chore: fix stale docstring referencing removed note field Co-Authored-By: Claude Opus 4.6 (1M context) --- tests/test_refractor_notifs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_refractor_notifs.py b/tests/test_refractor_notifs.py index b93e225..41dc452 100644 --- a/tests/test_refractor_notifs.py +++ b/tests/test_refractor_notifs.py @@ -3,7 +3,7 @@ Tests for Refractor Tier Completion Notification embeds. These tests verify that: 1. Tier-up embeds are correctly formatted for tiers 1-3 (title, description, color). -2. Tier 4 (Superfractor) embeds include the special title, description, and note field. +2. Tier 4 (Superfractor) embeds include the special title, description, and color. 3. Multiple tier-up events each produce a separate embed. 4. An empty tier-up list results in no channel sends.