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 --- plan_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plan_test.go') diff --git a/plan_test.go b/plan_test.go index b3eeac5..5279a13 100644 --- a/plan_test.go +++ b/plan_test.go @@ -10,7 +10,7 @@ import ( "testing" "time" - "go.xyrillian.de/oblast/internal/assert" + "go.xyrillian.de/oblast/internal/testhelpers/assert" ) func TestPlanFieldTraversal(t *testing.T) { -- cgit v1.2.3