From fa584a6306602715c7eb26f045b473f879036ed7 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Wed, 4 Oct 2023 12:35:13 -0400 Subject: [PATCH] Fix tests --- editor/document/document_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/editor/document/document_test.go b/editor/document/document_test.go index 0a2307d..0950190 100644 --- a/editor/document/document_test.go +++ b/editor/document/document_test.go @@ -2,7 +2,6 @@ package document import ( "testing" - "timshome.page/gilo/editor/highlight" ) func TestNewDocument(t *testing.T) {