aboutsummaryrefslogtreecommitdiff
path: root/plan_test.go
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-04-24 15:46:24 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-04-24 16:10:09 +0200
commite45a8be0dcfc375963a061d83e04429995053da1 (patch)
tree55a5f39180be3d289ccbd1f406022d3a72c13034 /plan_test.go
parent027641ef9efec9ed5dfc463d9c2f38c32716d9b5 (diff)
downloadgo-oblast-e45a8be0dcfc375963a061d83e04429995053da1.tar.gz
exclude testhelpers from coverage testing
Diffstat (limited to 'plan_test.go')
-rw-r--r--plan_test.go2
1 files changed, 1 insertions, 1 deletions
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) {