Move chinook package to idiomatic testdata dir

https://github.com/golang/go/issues/14715
This commit is contained in:
Philip O'Toole
2016-11-25 14:48:10 -08:00
parent 07eda39958
commit da21606644
3 changed files with 1 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ import (
"testing"
"time"
"github.com/rqlite/rqlite/chinook"
"github.com/rqlite/rqlite/testdata/chinook"
)
type mockSnapshotSink struct {