From e45a8be0dcfc375963a061d83e04429995053da1 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Fri, 24 Apr 2026 15:46:24 +0200 Subject: exclude testhelpers from coverage testing --- errors_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'errors_test.go') diff --git a/errors_test.go b/errors_test.go index c39cf67..81ee395 100644 --- a/errors_test.go +++ b/errors_test.go @@ -7,7 +7,7 @@ import ( "errors" "testing" - "go.xyrillian.de/oblast/internal/assert" + "go.xyrillian.de/oblast/internal/testhelpers/assert" ) type fooError struct{} -- cgit v1.2.3