diff --git a/store/store_test.go b/store/store_test.go index 4b4a8f9b..b75b5de5 100644 --- a/store/store_test.go +++ b/store/store_test.go @@ -12,7 +12,7 @@ import ( "testing" "time" - "github.com/rqlite/rqlite/chinook" + "github.com/rqlite/rqlite/testdata/chinook" ) type mockSnapshotSink struct { diff --git a/chinook/LICENSE b/testdata/chinook/LICENSE similarity index 100% rename from chinook/LICENSE rename to testdata/chinook/LICENSE diff --git a/chinook/db.go b/testdata/chinook/db.go similarity index 100% rename from chinook/db.go rename to testdata/chinook/db.go