From adeaaf714f0efcca335b7afe10c6bee5a0242dfa Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 5 Oct 2024 17:09:23 -0700 Subject: [PATCH] Fix comment --- test/unit/apheleia-unit-test.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/apheleia-unit-test.el b/test/unit/apheleia-unit-test.el index da49005..80e2093 100644 --- a/test/unit/apheleia-unit-test.el +++ b/test/unit/apheleia-unit-test.el @@ -1,6 +1,6 @@ ;; -*- lexical-binding: t -*- -;; `apheleia-unit-tests' - unit tests using ERT. +;; `apheleia-unit-tests' - unit tests using Buttercup. (require 'apheleia)