aboutsummaryrefslogtreecommitdiff
path: root/db/pdatadb
diff options
context:
space:
mode:
authorpg9182 <96569817+pg9182@users.noreply.github.com>2022-10-21 13:42:22 -0400
committerpg9182 <96569817+pg9182@users.noreply.github.com>2022-10-21 13:42:22 -0400
commitd22d9b657f593ead4214bad2c3033f757174fe66 (patch)
tree06eb14885e6584c715b19ef2d5588f8c35c0a82b /db/pdatadb
parent171115d2af703f2239004d92b89066bbb2d249ab (diff)
downloadAtlas-d22d9b657f593ead4214bad2c3033f757174fe66.tar.gz
Atlas-d22d9b657f593ead4214bad2c3033f757174fe66.zip
all: pg9182 -> r2northstar
Diffstat (limited to 'db/pdatadb')
-rw-r--r--db/pdatadb/db_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/pdatadb/db_test.go b/db/pdatadb/db_test.go
index fc40043..aa89983 100644
--- a/db/pdatadb/db_test.go
+++ b/db/pdatadb/db_test.go
@@ -6,7 +6,7 @@ import (
"testing"
_ "github.com/mattn/go-sqlite3"
- "github.com/pg9182/atlas/pkg/api/api0/api0testutil"
+ "github.com/r2northstar/atlas/pkg/api/api0/api0testutil"
)
func TestPdataStorage(t *testing.T) {