X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=storage%2Fsqlite%2Fsqlite-storage_test.go;h=d2f16af7ee0449911b3cb0ea855243d64244f14c;hb=044be4820fd437a4d13e5d6505808aeb6b2875aa;hp=390c68f47e18ec80c346ff9655819a8559bd89a4;hpb=0b6209062d730cbbda0bb66391089f5c2b0e8084;p=btrtrc.git diff --git a/storage/sqlite/sqlite-storage_test.go b/storage/sqlite/sqlite-storage_test.go index 390c68f4..d2f16af7 100644 --- a/storage/sqlite/sqlite-storage_test.go +++ b/storage/sqlite/sqlite-storage_test.go @@ -12,11 +12,12 @@ import ( _ "github.com/anacrolix/envpprof" "github.com/anacrolix/squirrel" + "github.com/dustin/go-humanize" + qt "github.com/frankban/quicktest" + "github.com/anacrolix/torrent/storage" test_storage "github.com/anacrolix/torrent/storage/test" "github.com/anacrolix/torrent/test" - "github.com/dustin/go-humanize" - qt "github.com/frankban/quicktest" ) func TestLeecherStorage(t *testing.T) {