2
0
mirror of synced 2025-02-23 14:18:13 +00:00
torrent/storage/bolt-piece_test.go

13 lines
258 B
Go
Raw Normal View History

package storage_test
import (
"testing"
"github.com/anacrolix/torrent/storage"
"github.com/anacrolix/torrent/test"
)
func TestBoltLeecherStorage(t *testing.T) {
test.TestLeecherStorage(t, test.LeecherStorageTestCase{"Boltdb", storage.NewBoltDB, 0})
}