]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Improve issue #211 test name
authorMatt Joiner <anacrolix@gmail.com>
Fri, 1 Dec 2017 07:13:21 +0000 (18:13 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Fri, 1 Dec 2017 07:13:21 +0000 (18:13 +1100)
issue211_test.go

index 8a0d8b3bf00657ee2a798d23c60229c79fb24793..4a412e8244a9cab66a6effe6cb38dd30d848d78a 100644 (file)
@@ -13,7 +13,7 @@ import (
        "github.com/anacrolix/torrent/storage"
 )
 
-func TestDropTorrentWhileHashing(t *testing.T) {
+func TestDropTorrentWithMmapStorageWhileHashing(t *testing.T) {
        cfg := TestingConfig()
        // Ensure the data is present when the torrent is added, and not obtained
        // over the network as the test runs.