summaryrefslogtreecommitdiff
path: root/internal/storage/db_test.go
diff options
context:
space:
mode:
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 {