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 --- select_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'select_test.go') diff --git a/select_test.go b/select_test.go index 51b0912..f38fbdd 100644 --- a/select_test.go +++ b/select_test.go @@ -10,9 +10,9 @@ import ( "time" "go.xyrillian.de/oblast" - "go.xyrillian.de/oblast/internal/assert" - "go.xyrillian.de/oblast/internal/mock" - "go.xyrillian.de/oblast/internal/must" + "go.xyrillian.de/oblast/internal/testhelpers/assert" + "go.xyrillian.de/oblast/internal/testhelpers/mock" + "go.xyrillian.de/oblast/internal/testhelpers/must" ) func TestSelectReturningSomeRecords(t *testing.T) { -- cgit v1.2.3