summaryrefslogtreecommitdiff
path: root/internal/storage/db_test.go
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-02-08 21:38:48 -1000
committerPeter Stone <thepeterstone@gmail.com>2026-02-08 21:38:48 -1000
commit46ba3f5d560c88405ee93e68995740fd1207e663 (patch)
tree8e14b420d55e6366d67d67748f0d36146b5e7eae /internal/storage/db_test.go
parent2e2b2187b957e9af78797a67ec5c6874615fae02 (diff)
Rename Go module to github.com/thepeterstone/claudomator
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'internal/storage/db_test.go')
-rw-r--r--internal/storage/db_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/storage/db_test.go b/internal/storage/db_test.go
index 78cb1e1..db6c8ad 100644
--- a/internal/storage/db_test.go
+++ b/internal/storage/db_test.go
@@ -6,7 +6,7 @@ import (
"testing"
"time"
- "github.com/claudomator/claudomator/internal/task"
+ "github.com/thepeterstone/claudomator/internal/task"
)
func testDB(t *testing.T) *DB {